How can i change on a Combo Box control Change the Display fields????
please see pictures
I want for example change the field: Nr+town Ronnenberg against something else from the source-collection.
Solved! Go to Solution.
ComboBox1.SearchFields = ["MyFirstColumn", "MySecondColumn"]
ComboBox1.DisplayFields = ["MyFirstColumn", "MySecondColumn"]
Thats it !
ComboBox1.SearchFields = ["MyFirstColumn", "MySecondColumn"]
ComboBox1.DisplayFields = ["MyFirstColumn", "MySecondColumn"]
Thats it !
I tried it and it didn't work. Can you elaborate on this solution?
My combobox is based on a picklist. so the pick list correctly shows the right value but how do i get the combox to show the "Display name" field
Thank you! Because of your example, I've learned to use the properties / formula bar for most work.
It use to work (My old Combobox still display the 2 fields) and even when i Copy-Paste them. But when i create one from scratch, it won't display multiple fields no matter what i do.
... begins to feel like Excel API. Function that use to work got unstable and irritants like that....
Were you ever able to resolve this issue? I am experiencing the same thing.
Perfect thanks.
Also wondering if there's a way to limit the number of choices to just one.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
204 | |
182 | |
72 | |
44 | |
35 |
User | Count |
---|---|
331 | |
267 | |
116 | |
70 | |
67 |