09. Global variables
Global variables are variables created outside the scenario in a separate interface. Once created, global variables are available for use in all scenarios within the account. Thus, using global variables allows you to connect several different scenarios within the same account.
The creation and usage of global variables within an account are accessible through nodes such as SetGlobalVariables, GetGlobalVariables, and JavaScript.
tip
For an example of using global variables in a scenario, see here