mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-29 10:28:40 +07:00
792 B
792 B
Data mapping
Data mapping means referencing data from previous nodes. It doesn't include changing (transforming) data, just referencing it.
You can map data in the following ways:
- Using the expressions editor. Refer to expressions for more information.
- By dragging and dropping data from the INPUT table into parameters. This generates the expression for you.
How to drag and drop data
- Run your workflow to load data.
- Open the node where you need to map data.
- Make sure the INPUT view is in Table layout.
- Click and hold a table heading.
- Drag the table heading into the parameter field where you want to use the data.
