Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Show approval sections in order

(0) ShareShare
ReportReport
Posted on by

I have a Canvas App that has a 3 step approval, step 1, step 2 and step3.  Each step has a comments field and an approve button.  When the button is pressed, it changes the form status to "Step 1 Approved".  I then want the step 2 approval section to appear so that it shows step 1 as completed with the comments fields filled in and step 2 with a new comments field and a new button.  Then the same for step 3.

 

I'm having a hard time getting it to display the right approval sections at the right time.  What's the easiest way to do this?

 

Any help is appreciated. 🙂

  • Verified answer
    v-mengmli-msft Profile Picture
    on at
    Re: Show approval sections in order

    Hi @Jambou,

     

    I am assuming that you have a button for approval, and you want to display another form after the previous one has been approved, as well as update the status of the form. You can do this.

    1) The form in my App.

    vmengmlimsft_0-1693446980643.png

    2) Set a variable on the OnHidden property of the screen to record the state of the screen.

     

    OnHidden: Set(Form1status,Blank())

     

    Set the CheckBox:

     

    OnCheck: Set(Form1status,"Approved")
    OnUncheck: Set(Form1status,Blank())
    //Update the status of form

     

    3) Control the visible of the next form.

    Set the next form:

     

    Visible:Checkbox.Value

     

    When I don't approve Form1:

    vmengmlimsft_1-1693446980645.png

    When I approve Form1:

    vmengmlimsft_2-1693446980647.png

     

    Best regards,

    Rimmon Li

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard