Hi There,
I have a Hardware ordering app that logs new orders into a SharePoint list called 'Hardware Orders'. Each order may have multiple rows in the list, and these wwill have a duplicate value in the 'PO_Number' column.
On a daily basis I would like to email a feedback form link to users who have used the app over the past 24 hours.
The plan is to get Flow to run through the rows in my SharePoint list, identify all the rows that have been added within the last 24 hours. The Flow would need to remove rows that have duplicate PO numbers (column 'PO_Number), and also duplicate email addresses of the column 'Submitter_Email'. This should leave a list of unique emails that I can use to send off the feedback link to via email.
Please can someone assist in how to run these filter queries in Flow, as I have never done this before. So far I have the 'SharePoint List - Get Items', I think I need to configure the the 'Filter query' but not sure how to get it right.
Any help much appreciated!