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.
Manual Setup
Before starting, create your n8n account and optionally enable dark mode. A video link is included with suggested background material.
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.
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.
Execution Behavior
You will see how multiple items affect execution count, and how to control it using options like Execute Once, batching, and aggregation.
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.
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.