Adds 1 to a number.
- Value — Number. Uses this number as the starting value to increase by one.
Outputs
- Result — Number. 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