Skip to main content
Community site session details

Community site session details

Session Id : rj1mxKBHnnx4MSJ7ajhTDW
Power Automate - General Discussion
Unanswered

How to make flow wait for next condition

Like (0) ShareShare
ReportReport
Posted on 7 May 2021 12:04:31 by

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. 

Singh2021_0-1620388954931.png

 

  • brricard Profile Picture
    on 07 May 2021 at 12:40:29
    Re: How to make flow wait for next condition

    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" 

    brricard_1-1620390581999.png

     

    2) The flow is pending until I change the field:

    brricard_2-1620390623825.png


    3) After changing the field "Priority" to a value

    brricard_3-1620390725516.png

     

    4) The flow continues...

    brricard_4-1620390764131.png

    ---
    In the "Do until" , I used this expression:

    empty(body('Get_items')?['Priority']?['Value'])

    brricard_5-1620390817182.png

    ---------

    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

     

    brricard_6-1620391189226.png

     

    ------

    If this is not what you were looking for, please provide more details.

     

    Thank you,

    BR

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete