create_variable
Create an instance variable with a key and string value, making it accessible in workflows as $vars..
Instructions
Create an instance variable (then available in workflows as $vars.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Variable key (letters, numbers, underscores) | |
| value | Yes | Variable value (always stored as string) |