Update variable
Update variable
Updates the value of a user variable defined in the workspace or in the robot. It lets you change a variable's content dynamically while the flow runs, using fixed values, results of other actions or calculated expressions.
Options
Variable
Select the user variable whose value will be updated. Only variables created beforehand in the workspace or in the robot are available for selection.
Value
New value to assign to the variable. It can be a fixed text, a number, a boolean, the return of another action or a calculated expression.
Returns
This action has no returns.
Rules and Conditions
- The Variable and Value fields are required.
- The variable must have been created in the workspace or in the robot before this action uses it.
- The assigned value overwrites the variable's previous value for the rest of the flow's run.