Demonstrates merging user names and language-matched greetings using n8n's Merge node. Perfect for learning data joining in automations.
This workflow illustrates n8n's Merge node by combining two sample datasets: one with user names and languages (Stefan/de, Jim/en, Hans/de), and another with greetings (Hello/en, Hallo/de). The result pairs names with appropriate greetings based on the shared 'language' field, producing outputs like {name: 'Stefan', language: 'de', greeting: 'Hallo'}.
It begins with a Manual Trigger node. Two parallel Code nodes generate the datasets using JavaScript. These connect to a Merge node set to 'combi
Platform
n8n
Category
Finance & Accounting
Price
$4.99
Creator
Fred Garcia
n8n
merge
data-joining
code-node
sample-data
language-matching
tutorial
automation-demo
beginner
etl
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.