Update Automation Variable Value to Target Value
Parameter Configuration
| Parameter | Description |
|---|---|
| Variable List | List of variables. Variable values can be dynamically calculated and specified using expressions |
Variable List Settings
| Parameter | Description |
|---|---|
| Variable Name | Name of the variable to be set |
| Variable Type | Type of the variable to be set |
| Variable Value | Value of the variable to be set |
Notes
- If the variable to be updated does not exist in the global variable scope, an execution exception will be thrown
- Variable Name: Only supports letters, numbers, Chinese characters, and underscores (
_), and cannot start with a number - Variable Type: The setting of
Variable Typedoes not affect whether theVariable Valuemeets the type requirements, and only serves as a prompt when calling in subsequent steps. From the perspective of program rigor, the variable value and variable type should be consistent

