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 / Want to select multipl...
Power Apps
Unanswered

Want to select multiple choices values and apply some condition in text box/dropdown

(1) ShareShare
ReportReport
Posted on by 207

Hi Experts,

I am working on this scenario and stuck with this silly logic.

Source : SharePoint List

Column : Choice Type (Technologies) 

 

Have to apply this logic into textbox / dropdown --> If technologies like "GenAI, AIML, ICC, DLS, Process Mining" then Yes otherwise No.

If it is a single string then i did like : 

If(ThisItem.'Delivery Model' = "Embedded","Yes","No") --> It works
 
But for multiple values i tried and no luck for me as i am new 😞
Please help to achieve this..
 
Thanks 
DK
Categories:
I have the same question (0)
  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @DineshK_ - try:

     

    If(
     true in ForAll(
     [
     "GenAI",
     "AIML"
     "ICC",
     "DLS"
     "Process Mining"
     ],
     Value in ThisItem.'Delivery Model'.Value
     ),
     "Yes",
     "No"
    )

     

    Note that "Value" on "ThisItem.'Delivery Model'.Value" will need to be entered manually.

  • DineshK_ Profile Picture
    207 on at

    @Amik 

     

    If(
        true in ForAll(
            [
                "GenAI",
                "AIML",
                "ICC",
                "DLS",
                "Process Mining"
            ],
            Value in ThisItem.'Offer Type'.Value
        ),
        "Yes",
        "No"
    )

     

    DineshK__0-1721104146477.png

     

  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @DineshK_ - is the "Offer Type" field a multi-choice field?

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
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard