Skip to content

Add Variables to Automation

Parameter Configuration

ParameterDescription
Variable ListList of new variables to add. Variable values can be dynamically calculated using expressions

Variable List Settings

ParameterDescription
Variable NameName of the variable to set
Variable TypeType of the variable to set
Variable ValueValue of the variable to set

Notes

  • If a new variable already exists in the automation, it will overwrite the existing variable value
  • Variable Scope: Variables set through this step are all global variables
  • Variable Name: Only supports letters, numbers, Chinese characters, and underscores (_), and cannot start with a number
  • Variable Type: The setting of "Variable Type" does not affect whether the "Variable Value" meets the type requirements. It is only used as a prompt when calling in subsequent steps. From a programming rigor perspective, the variable value and variable type should be consistent