Jul 30 2024 01:00 PM
Is there a way via Power Automate or another option that would email daily a list of items in a SharePoint List's field that is missing results...like an approval name?
Jul 31 2024 11:52 PM
Hi @Tim_Stanley_6959 , You can use the Recurrence trigger in Power Automate to run the flow every day.
Then, use the SharePoint Get Items action with the Approver eq null filter to get items without the Approver field filled in.
At the end, you can construct an HTML email to send information about all items. (Depends how you would like to send the information).