Increment

Add 1 to a number.

Adds 1 to a number.

Inputs

  • ValueNumber. Uses this number as the starting value to increase by one.

Outputs

  • ResultNumber. Returns the input value plus one.

Example use cases

Bump a counter

Increment a numeric field each time the automation runs to track how often it fired.

See also