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 / Designing Tabbed Form
Power Apps
Unanswered

Designing Tabbed Form

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Community, 

 

I am trying to design a tabbed form( with more than 10 screens)  in which on the basis of the selection from of my combo- box when I press on the next button only the specific screens that relate to the combo-box selections display. My purpose in this is to not overburden the user with information that he does not have to fill.

 

So, I need as a solution in the lines of :

Can I make the navigate formula dependent on the combo box selection and when I do, I  want to display specific screens which are dependent on the combo box selection.

 

\\

Categories:
I have the same question (0)
  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    @Anonymous ,

    use if clauses or switch function based on user selection in comboboxes to navigate to the screen you need. Something like :

    if (combobox1.Selected.Value= “value”,Navigate(Screen2), Navigate(Screen3))

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    So, will this navigate to screen 2&3 in a series, or just one of them?

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Also, In this case if I have 10 options in my multiselect dropdown, how can I code a combination? Because out of the ten the user can select either 1 or 2 or 3 or more in the listbox.

  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    If the condition is true the app will navigate to screen 2 and if it is false will navigate to screen to.

    It depends on you to build your if clauses as the app scenario asks. 

  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    Use a complex if clause in this case like: 

    If (combobox1.Selected.Value in ["value1","value2","value3" ...], Navigate(),Navigate())

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 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard