I have a SharePoint list with the following mandatory fields where multiple selections/values are allowed:
- Field 1 - Name of Recipient(s) - This is a person field
- Field 2 - Manager of Receipient(s) - This is a person field
- Field 3 - Values Demonstrated - This is a choice field (checkboxes)
I need to create a Flow when a new item is submitted that sends an email to the people in Field 1 with the people selected in Field 2 cc'd in. The selections in Field 3 need to be in the body of the email.
Each time I try to do this, it puts the 'Send an Email' action into an 'Apply to Each' control, which results in multiple emails being sent, however I only need/want one email to be sent per submission.
If I amend the fields to only allow one selection, then this works perfectly.
Is it possible to do this with multiple values? Any help would be greatly appreciated.
For reference I have attached a screenshot of the current config of the flow.