hello all,
I have a sharepoint list with the below main columns:
- "status" with dropdown selection of "in progress" and "completed"
- "assignmentduedate"
I would like a flow to send a reminder email to someone for an item that is past due the "assignmentduedate" with 2 days.
the flow which I have is:
- recurrence -> daily at 06:00am
- Get items -> here I believe I need the formula
- apply items
- condition to check if the status is "in progress"
- send email
thank you