Developer & DevOps

Merge multiple runs into one

7 nodes 200 124 Automatic trigger
Download

Workflow Description

A workflow template that consolidates multiple execution outputs into a single run using wait nodes and conditional logic, enabling efficient batch processing and data synchronization before forwarding to subsequent steps.

How it works

  1. 1.Trigger the workflow manually using the built-in button
  2. 2.Partition incoming data into equal batches with Split In Batches node
  3. 3.Wait for all batch processing to complete simultaneously
  4. 4.Apply logical conditions to validate data state and integrity
  5. 5.Merge execution results into a unified array using custom code
  6. 6.Store the consolidated data in the Customer Datastore

Use cases

  • Combine multiple API responses into a single unified request
  • Process large customer lists by batching them and consolidating results
  • Aggregate separate daily reports into one file before distribution

Requirements

  • Access to N8N Training Customer Datastore integration
  • Basic understanding of wait and conditional logic nodes
  • Simple JavaScript code for data consolidation

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

N8N Training Customer Datastore Split In Batches

Details

Trigger Automatic trigger
Nodes 7
Apps 2
Views 200
Downloads 124

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (7)

On clicking 'execute'

Manual Trigger

#1

Customer Datastore

N8N Training Customer Datastore

#2

Wait

Wait

#3

Done looping?

If

#4

Merge loop items

Code

#5

NoOp

No Op

#6

Loop Over Items

Split In Batches

#7