Describe the problem/error/question
If my “Extract from File” node is immediately after the node containing the binary, the extraction works.
But if I put some other nodes in between the “Extract from File” node and the the binary (in my case some logic to determine the file type) - the “Extract from File” node doesn’t output anything.
I’m doing exactly what the Tooltip says to access the binary data in previous nodes and the object is successfully referenced in the editor.
What is the error message (if any)?
No error. The node executes successfully, and there’s no output.
Please share your workflow
Share the output returned by the last node
“No output data returned”
Information on your n8n setup
- n8n version: 1.121.3
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 24.04.3 LTS
