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 / Logic to determine if ...
Power Apps
Answered

Logic to determine if Multiple Selection Contains

(0) ShareShare
ReportReport
Posted on by 39

I have some list data from SharePoint that contains a multiple selection choice column. I want to determine if certain selections have been made and hide additional edit cards depending on the list items selected. I am able to do this easily with other controls that are simple yes no radio buttons using.

 

DataCard1.Update = false

I can get it to work for a single selection from these drop downs using 

DataCardvalue1.Selected.Value = "Test Selection"

 But this changes when I select more than one result. I need a formula that does the same as above but instead of equals it uses contains.

Categories:
I have the same question (0)
  • Verified answer
    Dr0idy Profile Picture
    39 on at

    Ok so I was able to partially solve this myself.

    IsBlank(Find("Selection Required",DataCardValue1.Selected.Value))

     Only issue is that as more options are selected they override 

    DataCardValue1.Selected.Value 

    So it works initially and then if say option1 and option2 are selected only option 2 formulas work.

     

    Eventually managed to get this to work using

    CountIf(DataCardValue.SelectedItems,Value="Selection Required")>0
  • Mayurs05 Profile Picture
    30 on at

    Yes, This worked for me,

    If you have multiselect dropdown values and you want to have conditional visibility you can use the following condition in visible property of that Card or whatever,

     

    If(CountIf(DataCardValue.SelectedItems,Value="Selection Required")>0,true,false)

  • ullmer Profile Picture
    3 on at

    The

    CountIf(DataCardValue.SelectedItems,Value="Selection Required")>0

    solution is the only statement I found that works for showing a field based on a multi-select drop down.  Thanks for posting this!

  • JP Profile Picture
    4 on at

    Thank you, exactly what I was looking for

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 839

#2
Valantis Profile Picture

Valantis 533

#3
Haque Profile Picture

Haque 412

Last 30 days Overall leaderboard