web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Show approval sections...
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. 🙂

Categories:
I have the same question (0)
  • Verified answer
    v-mengmli-msft Profile Picture
    Microsoft Employee on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard