mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
wip
This commit is contained in:
@@ -6,9 +6,6 @@ contentType: howto
|
||||
|
||||
Merging data from different branches or nodes uses the [Merge](/integrations/builtin/core-nodes/n8n-nodes-base.merge/) node. To merge data from multiple node executions, use the [Code](/integrations/builtin/core-nodes/n8n-nodes-base.code/) node.
|
||||
|
||||
!!! note "Compare data streams"
|
||||
The[Compare Datasets](/integrations/builtin/core-nodes/n8n-nodes-base.comparedatasets/) node also merges data streams. Refer to [Comparing data streams](/flow-logic/comparing/) for more information.
|
||||
|
||||
|
||||
## Merge data from different branches
|
||||
|
||||
@@ -24,3 +21,7 @@ Use the Code node to merge data from multiple node executions. This is useful in
|
||||
This section describes merging data from multiple node executions. This is when a node executes multiple times during a single workflow execution.
|
||||
|
||||
[Example workflow](https://n8n.io/workflows/1160-merge-data-for-multiple-executions/){:target=_blank .external-link}
|
||||
|
||||
## Compare and merge
|
||||
|
||||
The [Compare Datasets](/integrations/builtin/core-nodes/n8n-nodes-base.comparedatasets/) node compares data streams before merging them.
|
||||
|
||||
Reference in New Issue
Block a user