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 / Show button based on m...
Power Apps
Answered

Show button based on multiple combo box condition

(0) ShareShare
ReportReport
Posted on by 261

Morning Everyone! 

 

I have 2 combo boxes. If both have "no" selected I want a button to become visible. If only one has "no" selected or no selection I want the button to remain invisible. 

 

1.png

Here is the formula I have for the button but it remains invisible no matter what is selected. 

If( ComboA.Selected.Value = "no" && ComboB.Selected.Value = "no", true, false)

 

 

Any idea what i'm missing?

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    I have this structure that works

    If(!IsBlank(ComboA.Selected.Service) &&
    !IsBlank(ComboB.Selected.Service), true, false)
     
     
  • Verified answer
    Courtney Profile Picture
    261 on at

    Thanks for the speedy reply!

     

    I figured it out in the end. I had named the combo boxes wrong. I only wanted the button to display if no was selected for both combo boxes.

     

    If( ComboBox_A.Selected.Value = "no" && ComboBox_B.Selected.Value = "no", true,false)

     

    I think this string could be extended if need be but I only need it for 2 boxes at the moment.  😁

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard