EGN
1
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
Olek
2
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
Solution.
EGN
3
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 -
Olek
4
In your Gmail node there is the Attachment Field Name option. You put the word data
there literally.
1 Like
EGN
5
Thank You so much @Olek, it worked
1 Like
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.