Hi, I tried to pull tokens that comply with either of 2 label criteria.
One SKU_SOURCE is a regular label match operation and the other one SKU_MULTISOURCE an array that is relevant if its index value is greater than 0. Both labels are delcared in the list.
I tried:
WHERE SKU_SOURCE == Puller.SOURCE, OR SKU_MULTISOURCE[index] > 0
It didn't work. Any ideas?