mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
0.187.1
This commit is contained in:
parent
81d0846c9b
commit
ff97d8e792
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user