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 / Modern Combobox Contro...
Power Apps
Suggested Answer

Modern Combobox Control Not Following Conditional Logic

(1) ShareShare
ReportReport
Posted on by 31
Hello! I'll get straight to the issue:

Modern Combobox control is not following conditional logic that currently works with classic comboboxes.
 
If I set the Visible property of a field to:
Combobox1.Selected.Value = "Yes"
, it should only display when that Combobox has "Yes" selected.
 
However, with the Modern Control, it will not follow that logic unless it SPECIFICALLY has a value selected. Blank by default does not work like it does with the classic control. The field will show when the combobox has nothing selected.
 
The work-around I had to put into place was to add this code to the DefaultSelectedItems property of the combobox:
If(IsBlank(Parent.Default), [{Value: ""}],[Parent.Default])
Then I ALSO had to add this into the Update property of the card the combobox was in, in case the user didn't select anything when saving:
If(Combobox1.Selected.Value = "",Blank(),Combobox1.Selected)
 
For me, until the Modern ComboBox control has these conditional bugs worked out, it will be very hard to adopt it.
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    153,721 Most Valuable Professional on at
    A lot of things concerning Modern controls need to be sorted- not only bugs but functionality compared with Classic controls. I have not turned them on in any of my production apps at this point.
  • Michael E. Gernaey Profile Picture
    53,928 Moderator on at
    7,0000000,000000,000000 Thumbs up to what Warren said
     
    If you DO NOT need to use them Do not use the modern controls
  • Suggested answer
    Ravindra Jadhav Profile Picture
    342 Moderator on at
    Try with old ComboBox
     
     
     
    Please Closed the Question, Mark it Solved 
     
    If my answer helped resolve your issue, please consider marking it as solved to assist others facing the same problem. Additionally, giving it a like would be greatly appreciated and motivates us to keep helping
     
    Thank You
    Ravindra Jadhav

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…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 372 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 303 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 238 Super User 2026 Season 1

Last 30 days Overall leaderboard