Skip to main content

set_variable

Variables

Stores 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

Related Learning Articles

Was this helpful?