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 / Hide/Display a datacar...
Power Apps
Suggested Answer

Hide/Display a datacard based on the values selected in a combobox

(1) ShareShare
ReportReport
Posted on by 2
Im trying to set up my work where selecting Item6 in the combo box will make Type In Value visible. My problem is that it needs to be visible when multiple values is selected as long as Item6 is among them.
How do i set up my If condition for that? Currently its set up like this:
 
If(ComboBox.Selected.Value=“Item6”, true,false)
r/PowerApps - Hide/Display a datacard based on the values selected in a combobox.
Categories:
I have the same question (0)
  • Suggested answer
    Gil0 Profile Picture
    133 on at
    Hello,
     
    Change your condition to:
    If(“Item6” in ComboBox.SelectedItems, true, false)

    If my response helped figure out the issue, please mark as resolved so it helps direct others.
  • WarrenBelz Profile Picture
    154,496 Most Valuable Professional on at
    Firstly @Gil0 is correct - you can make it even simpler as If/true/false are not necessary - the Visible  just needs to be 
    "Item6" in ComboBox.SelectedItems
     
    Please Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • WarrenBelz Profile Picture
    154,496 Most Valuable Professional on at
    A quick follow-up to see if you received the answer you were looking for. Happy to assist further if not.
     
    Please Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn   

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

#2
Haque Profile Picture

Haque 261

#3
Kalathiya Profile Picture

Kalathiya 221 Super User 2026 Season 1

Last 30 days Overall leaderboard