Combining and Structuring Data

Introduction to Workflow Automation with n8n

James Chapman

AI Curriculum Manager, DataCamp

The problem: split data

 

Names_only.png

 

  • Registration System

    • Attendee first names, last names, and UserIDs
  • Sign-up Form

    • UserID and Email addresses
Introduction to Workflow Automation with n8n

The problem: split data

 

Emails_and_names.png

 

  • Registration System

    • Attendee first names, last names, and UserIDs
  • Sign-up Form

    • UserID and Email addresses
Introduction to Workflow Automation with n8n

Enter the Merge node

 

Merging_all_together.png

 

  • Registration System

    • Attendee first names, last names, and UserIDs
  • Sign-up Form

    • Email addresses
  • The Merge node combines two data streams into one

  • It matches records using a shared field — like a key
Introduction to Workflow Automation with n8n
Introduction to Workflow Automation with n8n

Let's practice!

Introduction to Workflow Automation with n8n

Preparing Video For Download...