Hi,
Does anyone know if it's possible to have multiple search columns for a combo box and if so, what's the syntax?
Thanks in advance,
A
Solved! Go to Solution.
Hi @afernando
Yes, it is possible. you just need to name the columns in the SearchFields property, so
ComboBox1.SearchFields = ["MyFirstColumn", "MySecondColumn"]
PS Thank you for making me realise combo boxes are here, not in the what's new yet...
Hi @afernando
Yes, it is possible. you just need to name the columns in the SearchFields property, so
ComboBox1.SearchFields = ["MyFirstColumn", "MySecondColumn"]
PS Thank you for making me realise combo boxes are here, not in the what's new yet...
Is this still valid? I'm getting an error due to the result of
["MyFirstColumn", "MySecondColumn"] is returning a table istead a text.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
214 | |
205 | |
86 | |
58 | |
38 |