This template is an interactive, step-by-step tutorial designed to teach you the most important skill in n8n: using expressions to access and manipulate data.
If you know what JSON is but aren't sure how to pull a specific piece of information from one node and use it in another, this workflow is for you. It starts with a single "Source Data" node that acts as our filing cabinet, and then walks you through a series of lessons, each demonstrating a new technique for retrieving and transforming that data.
You will learn how to:
.last()
and .first()
.Object.keys()
and JSON.stringify()
..all()
and arrow functions.Setup time: 0 minutes!
This workflow is a self-contained tutorial and requires no setup or external credentials.
By the end, you'll have the foundational knowledge to connect data and build powerful, dynamic workflows in n8n.