Skip to content

Variable Accumulate

Variable

Adds a numeric value to a numeric variable. Missing variable is treated as 0.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Complete

OUTPUT

Continues execution after the variable is set.

Data Inputs

Key

INPUT

The variable name to accumulate into.

Amount

INPUT

The value to assign to the variable.

Data Outputs

Value

OUTPUTany

The new variable value after accumulation.

Required

Settings

Return Type

STRING

Specifies the numeric return type: DEFAULT, INT, LONG, FLOAT, or DOUBLE.

Default: DEFAULT
Options:
DEFAULTINTLONGFLOATDOUBLE

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing