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

NameTypeDescription
value any The stored value, or null if not set.

Properties

KeyTypeDefaultDescription
name string "myVar" Case-sensitive variable name.