I have created a 'send email' flow when an item is created in a SharePoint List.
I have data from a Microsoft Form populating a SharePoint 'Survey Data List'.
When a new survey is submitted, the data is added to the SharePoint List.
This action triggers a 'Send Email' flow.
The email addresses are in a separate SharePoint 'Names and Emails List'.
There is a condition in the flow that says If the content of two 'Title' and 'Category' match send the email to the address associated with that Category on the 'Names and Emails List'.
Everything is working; However, every time and item is added to the List emails for every line item on the list go out to those associated.
I only want the flow to send out one email to the person associated with the new item added to the List.
