⚒️ Learn n8n interactively, lesson 1: data flow, execution & debugging

1,272 views · ⚒️ Engineering

Description

Learn n8n: Interactive Lesson 1

This interactive tutorial teaches you how to build in n8n from scratch, using a live walkthrough with real-time examples. Rather than static documentation, this guided workflow explains key n8n concepts while you execute each step. It is ideal for developers new to n8n but experienced with programming, JSON, and APIs.


Requirements


What This Workflow Covers


Step-by-Step Setup

  1. Manual Setup
    Before starting, create your n8n account and optionally enable dark mode. A video link is included with suggested background material.

  2. Form-Based Progression
    The tutorial uses Form Trigger and Form nodes as interactive checkpoints. You will execute the workflow, follow the browser prompts, and observe what happens in the visual editor.

  3. Live Code and Flow Examples
    Key concepts like branching, merging, and data references are shown in action. Sticky notes in the workflow explain what to look for and how things work.

  4. Execution Behavior
    You will see how multiple items affect execution count, and how to control it using options like Execute Once, batching, and aggregation.

  5. Debugging with Logs
    Toward the end, the workflow encourages you to inspect inputs and outputs of each node, and use console.log() inside Code nodes to understand the data being passed around.


How to Use This Workflow

This workflow is meant to be a long-term reference. If you get stuck building in n8n, return to it.

Each section focuses on a core concept such as how data flows, how execution counts behave, or how to merge parallel branches. You can copy and paste working examples from this tutorial directly into your own workflows to solve common problems.

This is not just a lesson. It’s a toolbox.

🔗 Nodes Used

n8n Form Trigger, n8n Form

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup