Updated on 2024-04-23 GMT+08:00

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.

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}.