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 / Group Fields Together ...
Power Apps
Unanswered

Group Fields Together in Different Tabs

(0) ShareShare
ReportReport
Posted on by 141

Hi all,

How do I configure an app so that some of my fields are visible on one tab, but other fields which are used less often are tucked away on another tab that needs to be clicked on to bring them to the front of the app?

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @Mupps

     

    There are few ways to achieve having different tabs on same screen.

     

    Here is how I do it in my apps.

     

    in the Screen.OnVisible have this function:

    If(
     IsBlank(_ScreenTab),
     UpdateContext({_ScreenTab:1})
    )

    Add 2 (or more depending how many tabs you want) buttons.

     

    Change the Button.OnSelect to:

    UpdateContext({_ScreenTab:1})

    Change the number depending on the button so Button1 will have _ScreenTab:1, Button2 will have _ScreenTab:2

     

    Add your content for the first tab on the screen. Select all items that belong to this tab. Add them to a group. Select the group and in the Group.Visible put the following:

    If(
     _ScreenTab = 1,
     true,
     false
    )

    Change the condition depending on which Group you are working with.

     

     

    Now when you click your buttons only the required content will show on the screen for specific tab. 

  • Mupps Profile Picture
    141 on at

    Thanks for your suggestion @Anonymous.  I'll need some time to digest this as it's more complicated than I'm used to!  I'll get back to you if this proves to be a solution.

  • Mupps Profile Picture
    141 on at

    Hi @Anonymous,

    Can you explain your instruction "Select all items that belong to this tab.  Add them to a group."

  • alobaloss Profile Picture
    4 on at

    test

  • alobaloss Profile Picture
    4 on at

    test

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @Mupps

     

    First select all the items which you want to belong to same TAB while holiding CTRL button.

    Open Home in the ribbon

    Select Group and click Group.

     

    Here is the screenshot of the actions:

    1.png

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard