Hi,
I want to filter records based on parts of the string which needs to compare from another collection. for ex,
Collection 1 - Having a field with value in SelectedDepartments like ["Management","Purchase"] ( this is single TEXT column having dquare brackets)
Collection 2 - Users having access to the departments
Department
Purchase
In collection 2, having a column 'Department' which is a single text field having 'Purchase' as a value in one record. (there can be multiple records on which user is a member of)
Now I want to filter records from collection1, where it needs to be show only records on which user member of from collection2.
Any help would be appreciated.
Thanks,