Inc/Dec Counter

The Inc/Dec Counter step changes the value of a counter during a run. Counters are defined
on the integration itself — see Integration Builder — and can persist
between runs.

Configuration

FieldNotes
CounterThe counter to change
ActionIncrement or Decrement
ValueHow much to change it by

When to use it

  • Counting records processed, or records skipped, for a summary at the end of a run
  • Enforcing a ceiling inside a Loop, paired with a
    Conditional and Stop Loop
  • Tracking a running total across scheduled runs, using a persistent counter

Notes

A persistent counter keeps its value between runs, so reset it deliberately if each run should
start from zero.


Did this page help you?