Hi Power Community,
I'm having an issue automating a flow, which checks for matching records across 2 SharePoint lists and then emails those not found within the second list.
List A contains a name, site and email
List B contains a name and site and date
The outcome of this flow is the following steps:
- Once a month
- Get items from the List A
- Get item from the List B
- If a record from List A, matches the record in List B for the current month do nothing
- If a record from List A does not match in List B send an email to the corresponding email from List A
I have found away to produce the flow but the issue is that it loops through both lists and sending me around 100 emails.


