Hi,
I am trying to search in the below dropdown for a user and it is not working.
How to modify this code? Can we use display name instead?
SortByColumns(Filter([@'Inventory List'], 'Assigned To'.Email= ComboBox1.Selected.Mail), "Title", If(SortDescending1, Descending, Ascending))
Solved! Go to Solution.
@shal2522 what's the datasource for the ComboBox?
You can change the search field by selecting the combobox, click on edit fields in the properties pane on the right. Here you should have the possibility to set the display field and search field.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
@shal2522 what's the datasource for the ComboBox?
You can change the search field by selecting the combobox, click on edit fields in the properties pane on the right. Here you should have the possibility to set the display field and search field.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.