Describe the problem/error/question
I have “read file from disk” → “set ID” → “Switch” → “Extract from File”
If I try to access the data when Extract from file directlly connected, it is working.
When I’m adding nodes in between, it is not.
Error: This operation expects the node’s input data to contain a binary file ‘data’, but none was found [item 0]
I also tried calling the data with: {{ $(‘Read/Write Files from Disk’).item.binary.data }}
and {{ $node[“Read/Write Files from Disk”].binary.data }}.
and it still provide error : This operation expects the node’s input data to contain a binary file ‘[object Object]’, but none was found [item 0]
I know it is very basic, what am I missing??
Please share your workflow
Information on your n8n setup
- n8n version:
- Local n8n, latest.
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: