I am uploading a csv file with and looping through it and sending emails including an attachment per row based on a link to each pdf on a gdrive.
Everything works when I choose “Save as draft” on the gmail sender (both test emails are saved as drafts with their specific attachments attached). When I try to send directly (not draft) the emails are sent but the attachments are not attached.
Hey @gavraz! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @gavraz — thanks for flagging this. Would you be able to share the CSV file either here or via email at wasay@gumloop.com? I haven’t been able to reproduce the issue on my end, unfortunately. Could you also share a screenshot of what the email looks like for you?
Lastly, are you using Gmail directly, or another email client on top of it?
I’ve tested it using gmail directly to rule out my mac email client after I read some other posts - same issue either way. CSV attached. It is strange that it works when I use the save draft option but not when I go straight to email - almost as if the attachment flow is completing post the email send.
I duplicated the flow to use a Google Sheet instead of the pdf and the same thing happens. The emails are sent without the files attached. When I turn on the “Save a draft” flag both emails are created in Gmail drafts with the files attached.
Hey @gavraz – Thank you for the info, really appreciate it! I was able to reproduce the issue, its with how files are handled when send_as_html is enabled in Gmail Sender node. I’ve created a ticket to fix this issue and will keep you posted.
I deleted the Gmail Sender node and added a new one (twice just to be sure) - still getting the same result - no attachments included when sending in html mode.
I turned off html and the attachments are included.
I turned html back on and removed my html body and just put “test” as the body and no attachments were included.
Looks like the issue is around the “html” flag being enabled.