Skip to main content

Merge multiple runs into one

Workflow preview

Merge multiple runs into one preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

This is a workflow that might come 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 older workflow template.