The Extract From FIle node set to Move File to Base 64 String is returning no output at all, I also tried specifying that I want a base64 string in the node settings.
No output data returned
n8n stops executing the workflow when a node has no output data. You can change this default behaviour via Settings > “Always Output Data”.
Please share your workflow
Share the output returned by the last node
No output
Information on your n8n setup
n8n version: 1.85.4
Database: Supabase
**n8n EXECUTIONS_PROCESS setting (default: own, main):**I am not sure where to get that info.
**Running n8n via (Docker, npm, n8n cloud, desktop app):**Cloud
Hi, you could try another version of n8n. it might be me, but a lot of cases of “it worked before without problems” have popped up on here. so you might want to try 1.83.x or 1.84.x
Reg,
J.
That’s very likely because pinned data doesn’t contain binary (a documented peculiarity) and in testing mode the next node receives only what is pinned.
Yeah, ability to pin binary data would be very helpful. Not only to save on API calls (one very valid use case) but also to share data when debugging cases in the community.
I assume it is not there as cleaning up temporary files would be a nightmare.