mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
markdown in HTML
This commit is contained in:
6
_snippets/data-function-code/smartjoin.md
Normal file
6
_snippets/data-function-code/smartjoin.md
Normal file
@@ -0,0 +1,6 @@
|
||||
```js
|
||||
// Input
|
||||
{{ [{"type":"fruit", "name":"apple"},{"type":"vegetable", "name":"carrot"} ].smartJoin("type","name") }}
|
||||
// Output
|
||||
[Object: {"fruit":"apple","vegetable":"carrot"}]
|
||||
```
|
||||
Reference in New Issue
Block a user