[en] Data
[en] From this section, you can access you can access different features that allow you to define variables and parameters for your app.

[en] Global variables | [en] Variables are numeric values identified by an ID that store and transmit data for different purposes. All variables are stored in repositories that keep the information while the app is in use. Global variables are those ranging from 1 to 1000. They are available for all the apps within the same Studio environment. |
[en] Local variables | [en] Variables are numeric values identified by an ID that store and transmit data for different purposes. All variables are stored in repositories that keep the information while the app is in use. Local variables are those higher than 1000. They are specific to a main app or module. |
[en] Parameters | [en] Parameters are configuration sets for the different components of your apps in Studio. These are global parameters, and their value should apply to all the apps within the Studio environment (global scope). |
[en] Site parameters | [en] Parameters are configuration sets for the different components of your apps in Studio. Site parameters are parameters whose values are customized for each specific app (site scope). |
Nota
[en] If you are working on a module, this tab also includes access to the Interfaces page.