I'm trying to use the Office365Outlook.SendEmailV2 function and I don't want to hard can in the email addresses so I'm pulling the values for the addresses from a label on the form. The label uses a lookup function on a SharePoint list:
LookUp('Email Recipients', Title = "EmailValues", EmailAddress)
This works fine for 1 email address and I have to use 2 columns - 1 with the title "EmailValues" and another with the actual email address. What I would like is to have is just a SharePoint list of email addresses that can be read into the label (or directly inot the SendEmailV2 function similar to how the Choices function works for a dropdown.
As it stands, I have to put all the email addresses on one row in the SharePoint list and have a column called "EmailValues" which isn't all that user friendly.