Hi all,
I have a Power Apps solution based on the classic Dropdown, and I wanted to switch it to Combo Boxes. However, I have been struggling with getting these Combo Boxes to work. When I use the same logic for the Items property, I get no options (see below). I also dont see the option to change DisplayFields and SearchFields values, which is what I see people recommend.
What is also weird is that sometimes it does seem to work, even though I have the exact same setup.
Hope someone can help me out! Thanks 🙂
Items
Sort(Distinct( edf_costcontrol_list_local_budget_owners, CRG), Value)
Current ComboBox
