Automation docs

Template

Batch processor

Loop a list (up to 100 rows by default) and transform each item. Built for bigger jobs.

  1. Start
  2. arrow_forwardLoop each
  3. arrow_forwardTransform item
  1. 1

    Start

    Empty trigger. Test with { "items": [{ "name": "Task A" }, { "name": "Task B" }] }.

  2. 2

    Loop

    items_path is items. The item output handle feeds the next node once per row. Optional delay and continue-on-error.

  3. 3

    Transform

    Mapping uses {{item.name}}. Mode merge keeps the rest of the payload.