Announcements
How to use If Condition if the case was:
The user selects an option from a dropdown list and if the next textbox says, see page ## should be transferring to the next page.
Please help
Do you mean to navigate to another screen based on a dropdown's value?If(Dropdown1.Selected.Value = "See Page ##", Navigate(Screen))
Hi @Anonymous ,
As far as I was able to understand. Something like below will help in our case.
If(dropdown.select.Value = Option, Navigate(Page))
dropdown.Select.Value isn't supported in powerapps i guess
Hi @Anonymous
Please updated you dropdown name and values in below formula. I have just given a temporary structure of the if condition you need to update it according to your requirements.
I did the following but I don't know why it still shows error.
Also, when I used dropdown.Selected.Value game me an error
@Anonymous
Have you tried this?
If(DatacardValue22.Selected.'Item Description' = "See Page", Navigate('Sub Parts', Fade))
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.
Yes, although no errors appeared but the code did not work and didn't navigate
Can you create a label on your screen and for Text property put -
DatacardValue22.Selected.'Item Description'
Now, from your dropdown, when you select "See Page" does your label update to See Page as well, or something else?
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 534
WarrenBelz 416 Most Valuable Professional
Valantis 306