Hi,
I am trying to grab only rows that contain a related content to populate with a number (say there are 6 rows in the Activities table that relate to the LGA table) - In the LGA table I have the reference number associated with each of the choice options - seemed easier than trying to find the actual name value associated but I am still getting the error "The condition operator Like is not valid for MultiSelectPicklistAttribute type"

The column in Activities table will always have more than one selection, is there a way to be able to filter this table?
Filter rows: contains(ccb_lgam, '@{items('Apply_to_each')?['ccb_reference']}') - this isnt currently working.
Thanks in advance!