Skip to main content
Adds to a named counter every time the node runs. After the run, all counters are shown on the run page — one chart per category.

Configuration

  • Counter name — the counter to increment. {assign_name} inside the string is replaced with the current value of that assign at run time, so a counter inside a Flow Each can tally per-item buckets (e.g. {employee.department} makes one counter per department).
  • Category (optional) — groups counters into one chart. Blank means default. Also supports {assign_name} interpolation.
  • Increment — amount added per execution. Defaults to 1; negative values decrement.
  • Increment assign (optional) — read the amount from an assign instead: numbers are used as-is, numeric strings are parsed, and a list adds its length. Anything else falls back to Increment.

Tips

  • Categories with two or more counters render as a donut chart; a category with a single counter shows just the final value.
  • A blank counter name makes the node a no-op — the run continues with a warning in the log.

Ports