Source Popup

Declutter your data sources

To centralize the management of data points in your app, we default to using a Source Popup. A singular reference point for your data sources. By default, all pages have this popup.

Group naming should follow: 🚩 Source - [object]. If you want to read more how we name elements read this article.

Because we follow the convention of using UID in the URL, we can reuse the same parameter as a different source for different data types.

For example, by selecting type Customer in the 'Get from Page URL action, the UID will be recognized as a Customer data type.

By selecting type Customer, the UID will be recognized as a Customer data type.
Now the same uid text is a Product

Then when loading the User details section we can refer directly to the source. Thanks to the used icon and naming convention, it creates nice visual consistency in the editor's UI, especially when used in workflows and conditionals.

Last updated