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 / Navigate Variable Context
Power Apps
Answered

Navigate Variable Context

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello All,

 

I have a welcome screen where i have a textbox and a few buttons with OnSelect and Navigate functions. For the Navigate function, it works fine and sends me to the right spot. But I'd like it to chose a specific option from a dropdown screen in the following form. If I could lock that dropdown, that would be even better. 

 

If(TextInput1.Text="Password",Navigate(EditScreen,ScreenTransition.None,{DataCardValue1: "Option1"}))

 

This is what I currently have for OnSelect, but it doesn't pick the option from the dropdown, it just navigates to the form and disregards the last portion of the formula. 

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

    The second part of the navigation command is used to define the navigation context (variables that are going to be defined in the target screen)

     

    what we need to do is connect this variable to the default value of the dropdown control.

     

    so the onSelect formula can be something like this

     

    Button1.OnSelect = 
    If( TextInput1.Text="Password",
    Navigate(EditScreen,ScreenTransition.None, {DefaultValue: "Option1"}))

    and the DropDown.Default should be something like this

     

    Dropdown1.Default = DefaultValue

     

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    The welcome screen will have 5 buttons with seperate passwords that send them to the same screen with the dropdown choice picked. So I don't think the default value will work in this instance. 

  • AKotb Profile Picture
    Microsoft Employee on at

    you can send multiple values in the navigation context

     

    Button1.OnSelect = 
    If( TextInput1.Text="Password",
    Navigate(EditScreen,ScreenTransition.None, {Value1: "Option1", Value2: "Option2"}))

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    How would you set 5 seperate default values for the dropdown and make sure it choses the right one depending on the button clicked on the welcome screen?

  • AKotb Profile Picture
    Microsoft Employee on at

    Every button will have a different onSelect forumula

     

    Button1

    Button1.OnSelect = 
    If( TextInput1.Text="Password",
    Navigate(EditScreen,ScreenTransition.None, {Value1: "Selected", Value2: "default"}))

     

    Button2

    Button2.OnSelect = 
    If( TextInput1.Text="Password",
    Navigate(EditScreen,ScreenTransition.None, {Value1: "default", Value2: "Selected"}))

     

     

    Dropdown1 will use Value1 as the default property value, Dropdowwn1 will use Value2 as the default property value

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 316 Most Valuable Professional

#2
11manish Profile Picture

11manish 242

#3
Valantis Profile Picture

Valantis 198

Last 30 days Overall leaderboard