Hello,
I'm fairly new to Power Automate and I am trying to determine the best way to implement an email reminder for SharePoint list items. The requirement is that if the item's Completed Status is No (a choice field) and it has been 7 days since the item was created, send a reminder email. I'm planning to create a scheduled flow that runs daily for this, as the email is actually supposed to be a digest of multiple items that may be open, but I'm trying to figure out how I could filter on both the choice field and the date field with the 7 days from the created date logic. Can this be accomplished with an ODATA query on GetItems or would I need to do something else, like a FilterArray?
Thank you!