I have a dropdown/choices field in a SharePoint list and I want to create a flow that waits for the status to be updated then it will proceed to the next step/ process. I cant use "Wait for Approval" function here because the status must be updated in SharePoint list.
1. When item is created in SharePoint list, the Status value will be "Pending"
2. Wait for the status to change from "Status" to "Pending", otherwise it wont proceed to next step until the status is updated.
3. Once status was updated (approve or reject or need rework), the flow will send the email notification. (Step 3 won't proceed until the status is change)
Thank you in advance.