- Datastore
- Vault (Encrypted)
The Datastore tab stores non-sensitive plain-text variables used by workflows. Values are scoped to a specific level using the Scope dropdown.
Scope
Use the Scope dropdown to filter and manage variables at a specific level:Variables Table
Use the Search datastore field to find a variable by key name.
Add a Variable
- Select the + Add Value button.
-
Fill in the Create Variable form:
- Select Add to save the variable.
Variable Resolution Order
When a workflow retrieves a variable, the system resolves values according to the following priority: Run → Flow → Project The most specific scope takes precedence. If the same variable exists at both the Flow and Project level, the Flow-level value will be used. Example:
When the flow runs, it will use the Flow-level value since it overrides the Project-level value.