mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
857 B
857 B
| contentType |
|---|
| explanation |
Merging items
You can merge items together in your workflows. There are three main use cases for merging items:
- Merge items of a single execution: You can merge all incoming items into a single item using the Item Lists node. Please note that since you are merging different items into a single item the next node in the workflow will now process just that single item.
- Merge items returned by different nodes: If you want to merge items returned by different nodes, use the Merge node.
- Merge items of different executions: You can also merge items that get returned in different executions. Refer to this workflow to learn how:
