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 Apps
Answered

DropDown Examples

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Are there any examples of using a DropDownlist as navigation to other pages in a project. I have looked at several examples on PowerApp site but none really cover anything similar to this.

Categories:
I have the same question (0)
  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at

    You can have as the data that is passed to the Items property in your dropdown, the screen that you want to navigate to. For example, if you have three screens (Screen1, Screen2, Screen3), and you have a dropdown in the first screen, you can set its Items property to the following:

    Table({Name:"Go to screen 2", scr: Screen2},{Name:"Go to screen 3", scr: Screen3})

    And in the OnChange action handler, you would call the Navigate function passing the value of the selected item in the dropdown

    Navigate(Dropdown1.Selected.scr, ScreenTransition.Fade)

    Hope this helps!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    That works great is there any place to get more details in working with the code. The support has some stuff but there are parts that seem to be missing.

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

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard