I have a multi select combo box and multi select person column in SharePoint.
I'm trying to lookup the email addresses for everyone in the multi select person column based on the multi select combo box in order to populate it in a SendEmail.
I've been trying to troubleshoot by putting the below code in a gallery to see what I'm working with, but
- How do I get it to display the email in text form
- It appear to only display the last selected item in the combo box.
What am I missing in order to send an email based on the selected items in the combo box to the selected people in the sharepoint list?
ForAll(ComboBoxAC.SelectedItems, LookUp('Event Check In',ComboBoxAC.Selected.Title=ThisRecord.Aircraft,Crew))

Report
All responses (
Answers (