Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Unanswered

undefined

(0) ShareShare
ReportReport
Posted on by 8

hi everyone, how can I navigate to next selected page based on the dropdown menu selection ?

Categories:
  • v-mengmli-msft Profile Picture
    on at
    Re: undefined

    Hi @naziha1 ,

     

    How is situation now?

  • v-mengmli-msft Profile Picture
    on at
    Re: undefined

    Hi @naziha1 ,

     

    The screen name is malformed, add single quotes to the screen name with parentheses.

    vmengmlimsft_0-1697516231194.png

     

    Best regards,

    Rimmon Li

     

  • naziha1 Profile Picture
    8 on at
    Re: undefined

    naziha1_1-1697513351093.pngnaziha1_2-1697513433633.png

     

     

  • v-mengmli-msft Profile Picture
    on at
    Re: undefined

    Hi @naziha1 ,

     

    Could you please show me the screenshot?

  • naziha1 Profile Picture
    8 on at
    Re: undefined

    it says 'switch has some invalid arguments'

  • naziha1 Profile Picture
    8 on at
    Re: undefined

    sorry why its not working

     

  • v-mengmli-msft Profile Picture
    on at
    Re: undefined

    Hi @naziha1 ,

     

    The above code also applies to the OnSelect property of the button, but you can also use the if function:

    If(dropdown.Selected.Value="Value",Navigate(ScreenName))

     

    Best regards,

    Rimmon Li

  • naziha1 Profile Picture
    8 on at
    Re: undefined

    Any additional code in submit button for navigate ?

     

  • v-mengmli-msft Profile Picture
    on at
    Re: undefined

    Hi @naziha1 

     

    Please try this:

    Set the OnChange of Drop down to

     

    Switch(Self.Selected.Value,
    "Value1",
    Navigate(Screen1),
    "Value2",
    Navigate(Screen2),
    .
    .
    .)

     

     

    Best regards,

    Rimmon Li

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics