Dynamic Data
Dynamic data can come from the internal data provider, a component or an external source. They allow you to use a variable, connect to a database or manage data that changes over time.
Learn about the different types of dynamic data and how to use them.
The types of Dynamic Data
Dynamic Content
Variable
Component Data
Many components expose data. For example, if a user uses the Text Input component to type text or the Gallery component to select a visual, these text and visual values can be found in the application and acted upon.
Use Dynamic Data
Get the source of the data
If your data comes from a component
Text-input9142 -> 5f903e615ccbd73fda000453
5f903e615ccbd73fda000453 is the identifier of this component(ID_SOURCE)
If your data comes from internal data provider
DataProvider -> dataprovider : 5f903e615ccbd73fda000453
5f903e615ccbd73fda000453 is the identifier of the data provider (ID_SOURCE).
If your data comes from external source
HTTP9651 -> 5fb7bb461bf21f4ba20004c7
5fb7bb461bf21f4ba20004c7 is the identifier of this external source (ID_SOURCE).