Announcements
In my PowerApp I have a form in connection with a SharePoint list. Based on the current selection in the drop-down field (Selection), I would like to show or hide additional fields. How do I fix that? It doesn't work with Selected.Value = Text.
Hi @luanoprz2
In visible property set this formula,
If(Dropdown1.Selected.Value = "Option 1", true, false)
Thanks!
If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.
That doesnt work. Its a dropdown from a Form (DataCard)
Try this,
DataCardName.Selected.Value = "Option 1"
Refer this link : Solved: How do I show hide fields based on SharePoint choi... - Power Platform Community (microsoft.com)
Solved: Trying to hide fields based on selections in Power... - Power Platform Community (microsoft.com)
This works: If(DataCardValue1.Selected.Value = “Option1“,true,false)
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 400 Most Valuable Professional
11manish 141 Super User 2026 Season 2
MS.Ragavendar 109 Super User 2026 Season 2