Merge Multiple Runs into One - n8n Workflow | Neura Market
Merge Multiple Runs into One
This is a workflow that might come in handy after using loops. They usually leave you with items spread across different runs. The Code node in this example workflow merges them into a single run, so you have a single list of items which is often easier to work with.
Simply adjust the node name inside the Code node as needed.
The idea is based on [this](https://n8n.io/workflows/1160-merge-data-for-multiple-executions/) older workflow template.
Platform
n8n
Category
Business Operations & ERPs
Price
Free
Creator
Tom
if
code
noOp
wait
manualTrigger
splitInBatches
n8nTrainingCustomerDatastore
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.