Global Variables

Simplify app modifications by substituting hardcoded values with global variables in locations where you reuse the same values. You can assign a default value to a global variable and then reference the variable in locations throughout your SOTI Snap app, such as when you define conditions in Visibility or Requirement rules. You can even use environment variables in Blockly. Whenever you need to change the value of the variable, you can edit it in one place, and it is updated everywhere.

Global variables are configured per-app. You must create new global variables for each app.