Hello all,
I wonder if this is even possible? I have a gallery that consists of Contacts, Emails Addresses, a count based on that information, and a boolean also based on that information. I'm wanting to create a button that looks at the boolean Body5_1, and evaluates that for each gallery item. If it is true in a gallery item I would like to send an email to the email address in that gallery item using the other data in the gallery item.
If(Body5_1.Text="true",Mail.SendEmailV3(ThisItem.EmailAddress,"Support Contacts","Hello "&ThisItem.Contact&",<br><br> You have "&Body5.Text&" support contacts this week.<br><br>Thanks.",true))
But this will only send the email to the first item in the gallery not each and every one.
Any ideas on how to make it send an email to each gallery item?
Thanks,
Stephen