I'm using the below formula in a Combo Box. Data source is an SP Library. The folder names appear in the CB and I can scroll down and see all of them. Problem I'm having is that when I set the CB to Allow Searching = On. I get a blank search box in the CB, folder names are no longer visible and the search function doesn't work.
ComboBox.Items = Sort(Filter('SP Library','Folder path' = "Folder/Sub Folder/",IsFolder = true),Name,Ascending)
Primary Text = Name
SeachField = Name
I have a delegation warning but the number of folders in the library is < 200...
Any help with this matter would be greatly appreciated.