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 / Data Card visibility b...
Power Apps
Unanswered

Data Card visibility based on multi-item box drop down value

(0) ShareShare
ReportReport
Posted on by 15

Hi All,

 

I have a visible condition set in my Power App edit form datacard, to show/hide a specific data card to enter a text value whenever the selection drop down (multiple selection) consists of "Others" as one of the items which are selected.

 

This is the syntax - If("Others" in DataCardValue3.Selected.Value, true, false)

 

The issue I'm facing is that, if I select any other item after I select "Others", the data card to enter a text value becomes invisible, and I am required to deselect "Others" and select it again from the list. 

 

Please advise if there is any change required in the syntax.

 

Regards,

 

Vivek

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,615 Super User 2026 Season 1 on at

    hey @vivekajith 

     

    can u try this:

    If(CountRows(Filter(DataCardValue3.SelectedItems, Value = "Others")) > 0, true, false)
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard