I want it to send mails to all email addresses provided in a cell
What is the problem & what have you tried?
When I run the scenario, it works perfectly but skips the cells with more than one email address. I’ve tried to use the split function as I split the mails in the spreadsheet using “,” and “/“ still to no avail
In your To: field, remove the double quotes around the comma and remove any spaces before or after the comma. Make treats quotes as literal and doesn’t automatically trim spaces in this case.
Using only the split function directly in this field is incorrect advice.
Also, you are using functions incorrectly in the Set Variable module. Looks like you pasted something from AI, which will not work in Make. Delete this.
I’d recommend going through the Make Academy if you haven’t yet!
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —