Variable Updater
The variable updater is used to modify the values of variables from a preceding Variable Assignment node. Multiple variables can be modified in a Variable Updater node.
Configuration Parameters
| Parameter | Description |
|---|---|
| Variable | Select the variable created in a preceding value assignment processor. Otherwise, no value can be modified. |
| Value | Enter the new variable value. The value can be a constant, for example, hello world. You can also use an expression to reference variables from previous nodes, for example, ${a} and ${payload}. |
As shown in the following figure, the variables data and data1 are modified.
