
Announcements
Hi all,
We have a filtered combobox that lists users from a connected SQL table. We filter these users by matching a locationID from a different SQL table. The users appear in the dropdown, but once we change "IsSearchable" to true, it no longer lists the users and searching does not bring anything up.
The Primary text field is set to the "Full_Name" column and the SearchField is also set to "Full_Name".
Combobox Items:
Filter(Employee_Active,Employee_Active[@Department_Code] in GPCLocationAssigned[@LocationID])
Thanks!