Variables
Variables let you store and reuse values across nodes within a process. They are scoped to the process and can be marked as credentials to keep sensitive values hidden.
Viewing Variables
Open any process and click the Variable tab in the right panel to see all variables defined for that process.
Adding a Variable
Click New Variable to open the Add Variable dialog.
| Field | Description |
|---|---|
| Name | A label used to identify the variable |
| Variable Type | The data type: Text, Number, Boolean, or JSON |
| Mark as Credential | When enabled, the value is stored securely and masked in the UI |
| Value | The initial value assigned to the variable |
Click Submit to save. The variable appears in the list and can be referenced in any node's configuration within this process.
Editing and Deleting Variables
Click the ⋮ menu next to any variable to access its options.
| Option | Action |
|---|---|
| View | Open a read-only view of the variable's details |
| Edit | Update the variable's name, type, or value |
| Delete | Remove the variable from the process |


