I have a list with a label called zones and it is an array of values for example two tokens on the list
1.) zones = (1,2,5,7)
2.) zones = (8,5,6)
the token that is pulling from the list has a fixed zone for example zone = 1. I want that token to look in the list and look in the arrays and pull the token number 1 because it has a 1 in the array.
I tried but it doesnt work
WHERE zones IN puller.zone