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
| Field | Notes |
|---|---|
| Counter | The counter to change |
| Action | Increment or Decrement |
| Value | How 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.
Updated 17 days ago
Did this page help you?
