I am new in Microsoft flow and I want to ask some basic questions. I would like to create a workflow for a notification e-mail if some job assign to specific staff is overdue. As the overdue time is after 20 minutes of creation. I would like to set a flow that will trigger after 20 minutes a new item is added on a share point list.
This is my setting:
When an item is created(trigger)>schedule delay(for 20 minutes)
What I want to do on the flow is, if the status of the list does not change to Resolved, I will send an email to the assigned staff(after 20 minutes of creation, and check every 10 minutes if still not yet resolved send a second email.
This is my setting:
When an item is created(trigger)>schedule delay(for 20 minutes)>get item>add condition(if status is equal to Resolved), (if no)send an email.
But the flow seems not work, did I miss anything? Also, how can I set a loop to send an email every 10 minutes if status keeps pending and not change to Resolved?