top of page

Batch Processing Loop with Manual Trigger

An n8n workflow that creates 10 items via a JavaScript function, processes them one by one in batches, and uses a conditional check to detect when all items are processed. Utilizes n8n nodes: Manual Trigger, Function, SplitInBatches, and IF node to control flow.

bottom of page