n8n-docs/docs/reference
Patrick 1a947b2e07 Update README.md of FunctionItem & function-nodes.md
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.
2021-01-19 20:30:57 +01:00
..
data 🔨 Minor fixes 2021-01-12 13:56:42 +01:00
changelog.md 🔨 Minor fix 2021-01-15 17:10:25 +01:00
configuration.md 🔨 Minor changes 2020-12-07 09:00:33 +01:00
contributing.md Add Contributing docs 2020-08-11 10:19:18 +02:00
docker.md Finish restructure of wiki 2020-06-12 11:46:17 +02:00
faq.md Restructure of the wiki 2020-06-05 15:46:56 +02:00
function-nodes.md Update README.md of FunctionItem & function-nodes.md 2021-01-19 20:30:57 +01:00
glossary.md 🔨 Fixed typo 2021-01-12 17:06:30 +01:00
javascript-code-snippets.md 🔨 Change $items() to items (#343) 2020-12-21 09:27:24 +01:00
keyboard-shortcuts.md Restructure of the wiki 2020-06-05 15:46:56 +02:00
license.md 📚 Add a tutorial, next steps, and fix bugs (#1) 2020-06-17 15:29:09 +02:00
reference.md Add CLI commands 2020-11-02 12:40:21 +05:30
security.md Update documentation to include JWT auth (#94) 2020-08-07 08:59:30 +02:00
server-setup.md Fix docker user mount path 2020-12-06 19:49:05 +01:00
start-workflows-via-cli.md 🔨 Minor fixes 2020-11-02 09:16:54 +01:00
troubleshooting.md Finish restructure of wiki 2020-06-12 11:46:17 +02:00
workflow.md Fix language and add CoC 2020-06-18 09:40:01 +02:00