web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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 205

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,679 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
    205 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,679 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard