Describe the problem/error/question
I have a http request node, which is getting binary file as input under key: attachmentIt’s basically an image that I wanna process via gemini to get description about it.So, Http request nodes input in json view has: id, filename, mimetype and binary has attachmentin send body json, I have
Here, In data, If I just add data: “{{$item.binary.attachment.data}}" Then i see data: undefined.
Now, If I run the node, i see error. Apparently file system mv2 is not being replaced with the actual data. What to do?
My workflow::
Information on your n8n setup
- n8n version: 1.94.1,
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):default
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**self-hosted
- Operating system:Windows 11


