Split in Batches Node currentRunIndex Example

This workflow demonstrates how to use `currentRunIndex` to get the running index. ![workflow-screenshot](fileId:454) **Function node:** This node generates mock data for the workflow. Replace it with the node whose data you want to split into batches. **SplitInBatches node:** This node splits the data with the batch size equal to `1`. Based on your use-case, set the value of the Batch Size. **IF node:** This node checks the running index. If the running index equals `5`, the node returns `true` and breaks the loop. The node uses the expression `{{$node[SplitInBatches].context[currentRunIndex]}}`, which returns the running index. **Set node:** This node prints a message `Loop Ended`. Based on your use-case, connect the false output of the IF node to the input of the node you want to execute if the condition is `false`.

Platform
n8n
Category
Data & Analytics
Price
$4.99
Creator
Harshil Agrawal

How to import this workflow into n8n

  1. 1Purchase or download the workflow to get the n8n workflow JSON file.
  2. 2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
  3. 3Open each node marked with a credential warning and connect your own accounts and API keys.
  4. 4Run the workflow once manually to verify the data flow, then toggle it to Active.

Related Data & Analytics workflows

More from Harshil Agrawal

Need this deployed? We'll set it up for you.

Our automation experts deploy this workflow in your stack, connect your accounts, and verify it works — or build a custom solution from scratch.