Global Variables
Global Variables are used to store reusable values that can be referenced across the application. They are helpful when you want to define a value once and reuse it in formulas, configurations, queries, or other logic without manually updating it in multiple places.
For example, you might create a Global Variable for the current year so it can be reused:
- Name =
CurrentYear - Value =
2026
Create a New Global Variable
- Click
[+ New Variable] - Enter the variable name and assign a value (metadata name/key)
Example: Name =CurrentYear, Value =2026 - Click
[Save]in the top-right corner of the page
Delete a Global Variable
To delete a Global Variable, click the trash can icon inline with the variable.