Variable Accumulate
Adds a numeric value to a numeric variable. Missing variable is treated as 0.
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Complete
OUTPUTContinues execution after the variable is set.
Data Inputs
Key
INPUTThe variable name to accumulate into.
Amount
INPUTThe value to assign to the variable.
Data Outputs
Value
OUTPUTany
The new variable value after accumulation.
Required
Settings
Return Type
STRINGSpecifies the numeric return type: DEFAULT, INT, LONG, FLOAT, or DOUBLE.
Default: DEFAULT
Options:
DEFAULTINTLONGFLOATDOUBLE
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing