Announcements
The value you are setting in your dropdown is a string. You have to test it as a string . Use the following code instead.
If(DataCardValue5.Value = "Black", true,false)
Hi! Unfortunately it doesn't work.
It says Name isn't valid. This identifier isn't recognized.
I used black/white as an example, but the drop down selection is actually Linear/NonLinear (which is in the screenshot).
Please see attached screenshot.
Hi @cchan000 ,
DataCardValue5.Value can not be used to represent the drop down's selected item.
I suggest you try this
If(DataCardValue5.Selected.Value="Linear",true,false)
Best regards,
Community Support Team _ Phoebe Liu
you a genius. it worked.
one more question please.
what if i want it to be visible if a user selects Black or White from the dropdown.
the below did not work.
If(DataCardValue5.Selected.Value="Black" or "White",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 379 Most Valuable Professional
11manish 203 Super User 2026 Season 2
MS.Ragavendar 128 Super User 2026 Season 2