Hello,
So I have set a sharepoint list with following column that I would like to set up an alert email:
Task assignment: this will be a email list to follow up with. It could be a single or multiple emails.
Last update: a date based on last info update
Follow up by: this is a calculated column which equals to last update + 3 days.
Task Status: In progress, delayed, closed
I want sharepoint flow to send an automatic email to Task assignment when follow up by date has past (meaning, the item has not been update for over 3 days) and that the task status is not equal to "closed"
How should I go about this?