Data / Variables data/counter

Counter

A stateful counter node that persists its value across executions within the same graph lifecycle.

Note: The counter resets to 0 when the graph is reloaded. Use for things like counting how many times an event fires.

Inputs

NameTypeOptionalDescription
exec exec Triggers the operation.

Outputs

NameTypeDescription
exec exec Continues after the operation.
value number Current counter value after the operation.

Properties

KeyTypeDefaultDescription
op select "INCREMENT" Operation
step number 1 How much to increment or decrement.