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 / One Form, one screen, ...
Power Apps
Unanswered

One Form, one screen, several sections

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

I've tried for the past two days to make this work.


I'm looking for one form on one screen. It's a very long form. 

 

I want to be able to show one section of the form at a time (section 1 datacards visible, everything else not visible). When I click the next arrow, the next set of data cards will show and the progress bar rectangle will have a disabledFill = gray. 

 

I can't seem to find the right combination of logical steps to make this work. (Sorry, but had to block out the card titles)

 

form help.PNG

form help.PNG
Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    Follow these two videos:

    https://youtu.be/aA3gqmo1xzw?t=5

    https://youtu.be/if_mFIfi5PM?t=4

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • WarrenBelz Profile Picture
    155,463 Most Valuable Professional on at

    @Anonymous ,

    As well as @eka24 's tabbed solution, if you want to try something like the below, happy to share the code.

    ExpandCollapse.gif

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    That's really cool. I really appreciate it @WarrenBelz. If you could share this code, it would be very helpful. 

  • WarrenBelz Profile Picture
    155,463 Most Valuable Professional on at

    Hi @Anonymous ,

    Not a very complex process

    Firstly, all "sections" have different Variables (I have used vResist below as an example for the top one). The "Header" is a full-width card - if you do not want a control in it, just put in a custom card. The "expand/collapse" icon arrows have this code at OnSelect.

    Expand

    UpdateContext({vResist:true})

     Collapse

    UpdateContext({vResist:false})

    Visible property - Expand

    !vResist

     Collapse

    vResist

    Now every control (watch star and error) in every card in this section needs the Visible

    vResist

    Now the Height of every cards in the section (example assumes normal height 50)

    If(
     vResist,
     50,
     0
    )

    You can try simply setting the Card Visible to vResist, (and not worrying about the controls or height) but I have found at times they do not always come back placed properly.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • WarrenBelz Profile Picture
    155,463 Most Valuable Professional on at

    Hi @Anonymous ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    It wasn't exactly what I was looking for but it was a good solution for other issues that I will have in the future. I have to be able to scroll horizontally and not vertically. This was a very cool solution though. Thanks again.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 430

#2
timl Profile Picture

timl 318 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard