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 / Navigating Via Drop down
Power Apps
Answered

Navigating Via Drop down

(0) ShareShare
ReportReport
Posted on by

I have a drop down that when selecting "Draft", "Final", or "All" will navigate to another screen. The other screens also have drop downs that will navigate to the other screens as well. Is there a way for all my drop downs to have the same selection? So if I'm on the "Home All", select "Draft" and after navigating to " Home Draft" the drop down on the "Home Draft" will have the same selection from the "All Screen".

For one of my Drop downs I have my OnChange Property:

If( DraftDropdown_1.Selected.Result="All" Or DraftDropdown_1.Selected.Result="Final",

Navigate('Home Final',None)

Categories:
I have the same question (0)
  • Verified answer
    One Profile Picture
    416 on at

    hi @kingy61422,

     

    You could set a variable on the OnChange of your dropdowns and just use the variable as the default property of your dropdowns as follows:

    Set(VariableName, Dropdown1.Selected.Value)

     

    otherwise you are going to want to write an if statement in the Default property of your dropdowns that checks to see if your other dropdowns have a selected value, if it does then use that value. you can adjust the following statement and add more logic depending on how many dropdowns you are using.

    If(!IsBlank(Dropdown1.Selected), Dropdown1.Selected.Value)

     ------------------------------------------------------------------------------------------------------------------------------
    Please click "Accept as Solution" if this post answered your question so that it is helpful for people having similar questions. If you found this post helpful smack that Thumbs up button! Thanks!

  • kingy61422 Profile Picture
    on at

    I changed my OnChange to:

    Set(Draft, DraftDropdown.Selected.Result) and used the variable as the default property but its not holding the selection from the previous drop down. Is my code wrong or am I putting in the wrong place?

  • kingy61422 Profile Picture
    on at

    Your solution worked, I had stuff in the OnVisible property.

    Thank you for the help

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard