Sending Gmail with attachment

I have a merge node before gmail node. Input of merge node is an excel sheet with 3 fields and a google drive node with .docx as attachment in binary. Im unable to send the aatachment in gmail node. Following is the erro.

This operation expects the node’s input data to contain a binary file ‘attachment_0’, but none was found [item 0] (item 0)

Please help.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Vijay_Ch , and how are your GMail and Merge nodes configured? Could you share your worklfow?

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


Issue is solved.
Thanks