Skip to content

Update Automation Variable Value to Target Value

Parameter Configuration

ParameterDescription
Variable ListList of variables. Variable values can be dynamically calculated and specified using expressions

Variable List Settings

ParameterDescription
Variable NameName of the variable to be set
Variable TypeType of the variable to be set
Variable ValueValue 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 Type does not affect whether the Variable Value meets 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