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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
67 | |
46 | |
41 | |
28 |
User | Count |
---|---|
255 | |
119 | |
86 | |
84 | |
83 |