Hi,
I put the Combobox in a form. The data source is Sharepoint and the column has "Single line of text" data type.
Here is my code on the combobox Items:
Sort(Filter(Table1, Type1 = Dropdown6.Selected.Value).Name1, Name1)
I used Sort and Filter function, where the filter is referring to dropdown 6.
My "DefaultSelectedItems" is
{Name1: Parent.Default}
The Datacard Update is
ComboBox6.Selected.Name1
The error/issue occurs when I switch the toggle "Allow searching" or "IsSearchable" to "True". There is no issue when I switch to False.
When it's error and I click on "Edit in the formula bar" it always pointed to "DisplayFields" which I think there is no issue.
When pointing to "get help for this error", it says Unexpected characters....
So I'm not sure what is the issue here.