n8n-docs/docs/flow-logic/merging.md
2023-08-07 13:56:01 +01:00

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: Merge multiple executions