Hi,
I have a sharepoint list which contains basic information such as
Item | Owner
Item A | joe.bloggs@domain.com
Item B | john.smith@domain.com
Item C | joe.bloggs@domain.com
Item D | john.smith@domain.com
Item E | john.doe@domain.com
I want to send an email out every week to the users to confirm if they still have that item.
I can write a flow to send email to every owner for every item, but that means that users like Joe bloggs will receive multiple emails.
Is there a way i can summarise the data in flow.
so for example : Send one email to every user and that one email shows all the items that user has, opposed to sending multiple emails to every user
e.g Joe Bloggs receives an email stating in the body of the email that he has Item A and Item C in his possession.
John Smith receives an email stating in the body of the email that he has Item B and D in his possession.
John Does receives an email stating in the body of the email that he has Item E in his possession.
hope that make sense.
Thanks