Reference Data from Previous Nodes in n8n
In n8n workflows, data flows from one node to the next. But what if you need data from a node that ran three steps ago? This is called "backwards referencing" and it is essential for building real workflows.
When you open a node's Edit Fields panel, the left sidebar shows incoming data. You can click to select any previous node in the workflow and drag fields directly into your expressions. This lets you combine data from multiple sources without writing complex code.
In this challenge, you will work with a completed workflow that fetches country data and processes it through several nodes. Your task is to configure the final node to pull specific fields from different earlier nodes.
What you'll practice:
- Selecting previous nodes in the input panel
- Dragging and dropping fields into expressions
- Combining data from multiple workflow steps
Login to see the exercise
Create an account to access challenges and track your progress.
Log in to see exercise