set_variable_value
Set a variable's value for a specific mode. Supports color (hex), number, text, and boolean inputs.
Instructions
Set a variable's value for a specific mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to set. COLOR: hex e.g. #FF5733. FLOAT: number e.g. 16. STRING: text. BOOLEAN: true or false. | |
| modeId | Yes | Mode ID within the collection | |
| variableId | Yes | Variable ID |