I am trying to filter my gallery based of the multiselect values from a combobox. Every discussion I've come across that has been resolved I have tried applying the resolved method but still keep getting error.
For context a candidate can have multiple skills and the gallery shows the list of candidates and their skills. I want to filter the gallery to show Candidates who maybe skilled in for e.g. both Welding and Mechanical engineering. So the gallery would filter down to Candidates whose specific skills come under those two choices.
This is the code I have so far. Apart from the last choice field filtering the rest of the code works perfectly. 