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 / Form / datacard visibi...
Power Apps
Answered

Form / datacard visibility for multi-select choices??

(0) ShareShare
ReportReport
Posted on by

Hi All,

 

I have a simple new form capture that feeds into a SharePoint list. 

 

A few of the drop downs in the form have secondary hidden datacards based on the dropdown choice.

 

I have on in particular whereby this is the formula:

 

 

If(DataCardValue11.Selected.Value = "Choice 1" Or DataCardValue12.Selected.Value = "Choice 2",true,false)

 

 

This works fine for an "either/or" selection. 

 

HOWEVER, the DataCardValues for each are multi-select. So If choose "Choice 1" & "Choice 3", my hidden datacard is not showing.

 

Any help on a work around to get this fixed?

 

Thanks DW

 

Categories:
  • WarrenBelz Profile Picture
    156,576 Most Valuable Professional on at

    Hi @DGWolfe ,

    On the Visible

    "Choice 1" in DataCardValue11.SelectedItems || "Choice 2" in DataCardValue12.SelectedItems

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • DGWolfe Profile Picture
    on at

    Thanks @WarrenBelz I tried that, but the entire datacard fails to show now. Not sure why?

  • WarrenBelz Profile Picture
    156,576 Most Valuable Professional on at

    @DGWolfe ,

    You can try the specific column

    "Choice 1" in DataCardValue11.SelectedItems.Value || "Choice 2" in DataCardValue12.SelectedItems.Value

    but the control should be visible if either of those are true.

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • Verified answer
    DGWolfe Profile Picture
    on at

    Hi @WarrenBelz 

     

    I tweaked it, but replacing the datacardvalue with checkboxes, and then updated the formula to:

     

    If(Checkbox1.Value || Checkbox2.Value,true,false)

     

    Worked a treat. Thanks again for steering me in the right direction!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard