I'm having trouble filtering records by filtering based in a multiselect column.
I have a Sharepoint list that has two columns (title, Departs). Departs is a multiselect column and I need to filter records that have a certain value in Departs.
For example List1 contains:
Record 1 title=one;Departs=HR, Legal
Record 2 title=two;Departs=HR,Admin
Record 3 title=3;Departs=Legal, HR
I'm using Filter(List1;"Admin" in Depparts);;
But gives error "Invalid schema. Expected a single column table."
How can I create a gallery containing the searched record?