Skip to main content
The Datastore tab allows you to manage variables and encrypted secrets used by your project’s workflows. It is split into two tabs — Datastore for plain-text variables and Vault (Encrypted) for sensitive secrets.
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

  1. Select the + Add Value button.
  2. Fill in the Create Variable form:
  3. 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.