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 / Rule driven by drop-do...
Power Apps
Answered

Rule driven by drop-down where 'select multiple' = true

(0) ShareShare
ReportReport
Posted on by 56

I use rules exhaustively in my apps but I've just come across the first instance in which I'd like to drive a rule based on a drop-down where users might select multiple options from a list of seven.

I need a note to appear if the selected values include one particular option but I can't seem to write the expression without creating a massive nested mess.

 

Thanks in advance!

Categories:
I have the same question (0)
  • Verified answer
    v-yuxima-msft Profile Picture
    Microsoft Employee on at

    Hi @Schumanar ,

     

    Do you want to use dropdown to select multiple items?

    I am afraid this control not support this function and  as one alternative choice, you can choose Combbox control to achieve what you want.

    And do you want if there is one note if you the particular one is in your selected items?

    I think one Label control can help you to achieve this, you can try the following workaround. I test as next:

    Add one comboBox and ComboBox2.Items: ["a","b","c","d"]

    Add one Label,Label3.Text: "particular option b"         (I set the particular option is b, you can set it what you want)

                            Label3.Visible: If("b" in ComboBox2.SelectedItems,true,false)

    20190228Rule driven by drop-down where 'select multiple' = true1.jpg

    Result test:

    20190228Rule driven by drop-down where 'select multiple' = true gif.gif

     

    Hope this can be helpful.

    Best Regards.

    Yumia

  • Schumanar Profile Picture
    56 on at

    With a few small tweaks I was able to make this work.

    Thanks!!

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard