Not able to send a google drive node (Download) output as an attachment via gmail

Hi,

I’m trying to download google sheet using google drive node and I want to send it to recipients via gmail.

Issue - it always gives me error - property.split is not a function or its return value is not iterable (item 0)

Google Drive Node -


Also enabled “Always output data” in node settings

Gmail Node -

using n8n web app - version - 1.88.0

Attachment field name should be a binary property name. In your case it is data.

If this resolves your issue, please mark this post as a :white_check_mark: Solution.

Thanks for your response @Olek.

Can you please let me know how I can rectify this.

Below are the snippets of output from Workflow execution -

Binary -

JSON -

I cannot see any binary Field name specifically that I can use in attachments.

Also Google drive node configuration for your reference -


Settings -

In your Gmail node there is the Attachment Field Name option. You put the word data there literally.

1 Like

Thank You so much @Olek, it worked

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.