question
I have setup a workflow that is having issues smtp attachments with the workflow as setup. Apparently, the email module needs to be right after the dropbox module to function the way I would like, but, it does not completely meet the needs of the workflow.
As a newbie to n8n and automation, I am not sure where I am going wrong or how to fix this workflow (not familiar with javascript). My goal with this workflow is to send an email to email addresses in the airtable module using one of four emails addresses with the same attachment from the dropbox module.
Any guidance would be appreciated. I will continue to attempt to figure this out on my own, but, thought I would reach out for additional assistance.
workflow
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
n8n setup
- n8n version: 0.218.0
- Database you’re using (default: SQLite): my guess is sqlite (i did not install anything else)
- Running n8n with the execution process [own(default), main]: main
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: docker