Describe the problem/error/question
that very frustrating, i have file on airtable that i want to transfer to my sharepoint (nothing exotic here).
So i have a trigger from airtable, i download all thing at the first trigger.
But when i get to the HTTP request part, impossible to upload the binary.
I can get the base64 through : “{{ $(‘Airtable Trigger1’).item.binary[“CNI_0”].data }}”, i have tried everything to upload file… nothing work.
I finally remember a forum thread from 3-4 years ago that mention to put binary exactly on the previous node.
And… it worked.
but why?
why could i not just get the binary from 3-4 nodes ?
Especially because those binary show in the interface, i can get their data, but impossible to upload…
What is the error message (if any)?
Please share your workflow
i finally end up with this :
work around works but why should we do work around ? and i lost a lot of time finding this…
am i doing something wrong?
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: latest
- Database (default: SQLite): SQL Lite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu