Data / Variables
data/get_variable
Get Variable
Reads a named variable from the execution context.
Note: Variables are scoped to the current graph execution context. They do not persist between separate trigger firings unless stored externally.
Outputs
| Name | Type | Description |
|---|---|---|
value |
any | The stored value, or null if not set. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
name |
string | "myVar" |
Case-sensitive variable name. |