This commit is contained in:
Deborah Barnard 2022-07-21 10:19:42 +01:00
parent 81d0846c9b
commit ff97d8e792
2 changed files with 10 additions and 3 deletions

View File

@ -4,8 +4,8 @@ Data mapping means referencing data from previous nodes. It doesn't include chan
You can map data in the following ways:
* Using [expressions](/code-examples/expressions/).
* By dragging and dropping data from the **INPUT** table into parameters.
* Using the expressions editor. Refer to [expressions](/code-examples/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

View File

@ -1,5 +1,12 @@
# Release notes
## n8n@0.187.1
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.187.0...n8n@0.187.1){:target=_blank .external-link} for this version.<br />
**Release date:** 2022-07-20
This release fixes a bug that was preventing new nodes from reliably displaying in all browsers.
## n8n@0.187.0
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.186.1...n8n@0.187.0){:target=_blank .external-link} for this version.<br />
@ -7,7 +14,7 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.186.1...n8n@0.187
This release includes several major new features, including:
* The community nodes repo: a new way to build and share nodes.
* The community nodes repository: a new way to build and share nodes.
* Data pinning and data mapping: accelerate workflow development with better data manipulation functionality.
### New features