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
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution. | |
value |
any | The value to store. |
Outputs
| Name | Type | Description |
|---|---|---|
exec |
exec | Continues after storing. |
value |
any | The stored value (pass-through). |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
name |
string | "myVar" |
Variable Name |