Hi everyone. I am trying to send an email from powerapps to all recipients listed in a gallery. The code below works if I am choosing a single line, but not sure how to add in all members of the gallery.
Office365Outlook.SendEmailV2(Gallery25.Selected.UserEmailCapture,"Subject","Body")
I can make the gallery items a collection if that solves the issue as well.
Thanks in advance!
Chris