Template
Batch processor
Loop a list (up to 100 rows by default) and transform each item. Built for bigger jobs.
- Start
- arrow_forwardLoop each
- arrow_forwardTransform item
- 1
Start
Empty trigger. Test with { "items": [{ "name": "Task A" }, { "name": "Task B" }] }.
- 2
Loop
items_path is items. The item output handle feeds the next node once per row. Optional delay and continue-on-error.
- 3
Transform
Mapping uses {{item.name}}. Mode merge keeps the rest of the payload.