mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
I fully understood FuntionItem node in the end from checking the source code, but documentation is confusing in several ways. That's because Function and FunctionItem have different styles. Function gives access to the whole items array and the structure is transparently available with json/binary. In case of FunctionItem. The item is not item, it's item.json. You can't access item.binary cause of this, as it would be intuitive to do so. At first an update to the documentation to guide new users. It should be also considered that Function and FunctionItem behave the same, e.g. item.json and item.binary should exists. The variable might also called itemjson instead of item. |
||
|---|---|---|
| .. | ||
| data | ||
| changelog.md | ||
| configuration.md | ||
| contributing.md | ||
| docker.md | ||
| faq.md | ||
| function-nodes.md | ||
| glossary.md | ||
| javascript-code-snippets.md | ||
| keyboard-shortcuts.md | ||
| license.md | ||
| reference.md | ||
| security.md | ||
| server-setup.md | ||
| start-workflows-via-cli.md | ||
| troubleshooting.md | ||
| workflow.md | ||