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 / Using an If statement ...
Power Apps
Answered

Using an If statement when Navigating to different screens

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am building an app with multiple screens. When the user presses the "Next" navigate button to go to the next screen, I want that screen dependent on what they selected as an option on the first screen. Specifically, I have a drop down  one of my selections for a type of valve. The options are DCVA and RPBA. If they select DCVA, I want them to go o screen 2 when they hit the "next" button. Here is the If statement I came up with but it's not working correctly.

 

If('Valve Type_DataCard1'=DCVA,Navigate(Screen2), If('Valve Type_DataCard1'=RPBA,Navigate(Screen3)

 

Thanks for the help. 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    Hi @Anonymous ,

    Assuming 'Valve Type' which the data card is linked to is a Choice field try

    Switch(
     'Valve Type_DataCard1'.Selected.Value,
     "DCVA",Navigate(Screen2), 
     "RPBA",Navigate(Screen3)
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

  • Verified answer
    WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    Hi @Anonymous ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard