We have one list, on that list two columns with name of "comments" and "Priority(None, Wait for action, Proceed)". So when requester submitted item and then owner will edit item and provide comments and select Priority as proceed.
We are passing this conditions :
1. If comment column is not null then it should trigger an email to requester and our flow need to wait until "Priority" column has any value (None, Wait for action, Proceed).
Kindly suggest, how to proceed the flow with steps.
Hello,
The idea is to wait until a Sharepoint List field ("Option") is not empty, correct?
If yes, this post should be useful:
https://powerusers.microsoft.com/t5/Using-Flows/Wait-for-field-change-in-Lists/td-p/113864
---
I did a test and its working:
1) Created a Sharepoint List with a Field called "Priority"
2) The flow is pending until I change the field:
3) After changing the field "Priority" to a value
4) The flow continues...
---
In the "Do until" , I used this expression:
---------
Note: depending on your requirements you may need to define a delay + timeout + count:
Check this link for more details: https://powerusers.microsoft.com/t5/General-Power-Automate/Do-Until-101/td-p/704852
------
If this is not what you were looking for, please provide more details.
Thank you,
BR
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,075
Most Valuable Professional