So I have a SharePoint list with multiple Flows on items creation and modification, all of which are working smoothly. It has been requested of me to create a few "reminder" emails when any list items have not seen any activity for a certain amount of time.
For example, one column in the list is called Priority, and if Priority is Low trigger an email on 5 days of no activity. If it's High, on 2 days of no activity, etc.
I realize Flows require a trigger, but I am hoping maybe in these cases the base trigger could be the time. For example, at midnight the Flow scans for list entries that meet the criteria and generate an email.
Is this possible? I've found nothing so far in my searches, so I am growing more skeptical.