Add Variables to Automation
Parameter Configuration
| Parameter | Description |
|---|---|
| Variable List | List of new variables to add. Variable values can be dynamically calculated using expressions |
Variable List Settings
| Parameter | Description |
|---|---|
| Variable Name | Name of the variable to set |
| Variable Type | Type of the variable to set |
| Variable Value | Value 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

