Data / Variables data/set_variable

Set Variable

Stores a value into a named variable in the execution context.

Note: Pair with Get Variable to read the stored value later in the same graph execution.

Inputs

NameTypeOptionalDescription
exec exec Incoming execution.
value any The value to store.

Outputs

NameTypeDescription
exec exec Continues after storing.
value any The stored value (pass-through).

Properties

KeyTypeDefaultDescription
name string "myVar" Variable Name