Hi,
I am trying to loop through a list and email people. The email addresses are on column called 'Emails' (defined as single line of text)
The emails are written in the following format on each field
name1@email.com; name2@email.com; name3@email.com
When I select the above field at my 'To' field, the workflow is not sending emails and gives me following error
'Exception: Unable to send email to group, Please ensure that the visibility of the group under Group Settings is set to everyone'
I checked to see how this field is queried and this is the result.
<div class="ExternalClassA29E0AF28E9242049FDD5890B9D222AC"><p><a href="mailto:name1@mail.com">>name2@mail.com</a></p><p> </p></div>
How can I correct this problem? Any help is appreciated!