I cant seem to filter (delegable) gallery items (from SharePoint list) from a textinputsearch and combobox(multiple select) . I am able to get the textinput code working but not together with the combobox.
Code:
Filter('Case Management Tracker', StartsWith(Title,TextInputSearch.Text) Or
StartsWith(field_Customer_x0020_First_x0020_Name,TextInputSearch.Text) Or
StartsWith(field_Customer_x0020_Last_x0020_Name,TextInputSearch.Text) Or
Filter('Case Management Tracker', field_Current_x0020_Status = ComboBox1.SelectedItems.Value)
error - incompatible types for comparison record, table