set_variable
VariablesStores a value into a project variable.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | Variable name to create or update |
value | string | Yes | — | Value to store, supports variable substitution |
Usage Example
RTILA X PROJECT JSON
{
"command": "set_variable",
"params": {
"name": "search_keyword",
"value": "wireless headphones"
}
}
Related Scenarios
- View /scenarios/variables/1 · variables
Related Learning Articles
Was this helpful?
Thank you for your feedback!