@Anonymous - Can I offer an other approach, such as hiding the "zz combo box" and displaying zz (green border) in a label in the same location, depending on whether the Style combo box value is empty or not? Does it work for you? If that's the case, you can use the code below.
In zzcombobox -> visible property
If(!IsBlank(StyleComboBox.Selected.Value), false, true)
In zzLabel -> visible property
!zzcombobox.Visible
I like this!
That's what I did.
THANKS 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
197 | |
47 | |
43 | |
41 | |
36 |
User | Count |
---|---|
287 | |
81 | |
80 | |
79 | |
71 |