mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 17:38:40 +07:00
977 B
977 B
contentType
| contentType |
|---|
| howto |
Referencing data in the UI
Data mapping means referencing data from previous nodes. It doesn't include changing (transforming) data, just referencing it.
When you need data from a particular node in your workflow, you can reference nodes by name. This is useful when your workflow has multiple branches or when you need to access data from several steps back.
You can map data in the following ways:
- Using the expressions editor.
- By dragging and dropping data from the INPUT pane into node parameters. This generates the expression for you.
For information on errors with mapping and linking items, refer to Item linking errors.
