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

Community site session details

Session Id : syPmbPFxQlzhYgwko7KOO8
Power Apps - Building Power Apps
Answered

Navigate to different screens from dropdown selection

Like (0) ShareShare
ReportReport
Posted on 20 Feb 2020 11:39:01 by

Hi,

I've tried a couple of things but cant get it to work. I have a drop down, with a few options to choose from.

On the dropdown itself on the OnSelect or OnChange Property, I have tried just with 1 of the dropdowns selections first:

 

If("Part B" in RequestForDropdown.Selected.Value, Navigate(PartBScreen,Fade))

 

doesn't work, so I created a next button and on its OnSelect I set the same formula, again nothing happens.

 

Also tried:

If(RequestForDropdown.Selected.Value = "Part B", Navigate(PartBScreen, Fade))

 

Neither work when I hit the play button

 

Ideally what I want is for the users not to press a next button, rather as soon as a user selects from the dropdown, I want the user to be navigated to another screen, is this possible?

I have the same question (0)
  • WarrenBelz Profile Picture
    149,640 Most Valuable Professional on 20 Feb 2020 at 12:19:41
    Re: Navigate to different screens from dropdown selection

    As it should 

  • Community Power Platform Member Profile Picture
    on 20 Feb 2020 at 12:18:00
    Re: Navigate to different screens from dropdown selection

    HI @WarrenBelz 

     

    Now it just started working, all I did was save and publish... and without close the designer went back to it after 5 mins and hey presto, soon as I select the drop down it navigated to the correct screen,

     

    Thanks for your responses

  • WarrenBelz Profile Picture
    149,640 Most Valuable Professional on 20 Feb 2020 at 12:08:43
    Re: Navigate to different screens from dropdown selection

    Hi @Anonymous ,

    I am clutching at straws here - the code is perfectly fine.

    Just put

    Navigate(PartBScreen, Fade)

    and make sure that works.

  • Community Power Platform Member Profile Picture
    on 20 Feb 2020 at 11:58:10
    Re: Navigate to different screens from dropdown selection

    HI @WarrenBelz 

     

    Yes that's what I've tried and simply doesn't do anything, tried it both on the OnChange and OnSelect, cant see what i'm missing, if anything, or is it just PowerApps having a moment!

    I've put a label on the screen, and can see the label is displaying what is selected.

     

    Just the navigation part is not working

  • Verified answer
    WarrenBelz Profile Picture
    149,640 Most Valuable Professional on 20 Feb 2020 at 11:46:00
    Re: Navigate to different screens from dropdown selection

    Hi @Anonymous , Your code syntax is correct - the second one is better as In is not a delegable filter.

    If(
     RequestForDropdown.Selected.Value = "Part B", 
     Navigate(PartBScreen, Fade)
    )

    Put a label on the screen and set the Text Property to

    RequestForDropdown.Selected.Value

    And see if it shows "Part B" when this is selected in the DropDown.

    In relation to your second question, you just put the code in the OnChange property of the DropDown.

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 688 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 499 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

Last 30 days Overall leaderboard