Has anyone had success using Make to send an email to multiple email addresses? I have created a scenario in which sending an email from gmail through Glide using a webhook works fine, as long at the field contains one email address. But when the field has multiple comma separated addresses, it fails.
I have tried without success. Might be a little over my head. I can’t figure out how to get the iterrator to parse the data, which comes in as “email1@email.Com, email2@email.Com”.