GM Wixers: Not able to reference a variable

You’re using “===” for the equality check, which checks if those are the same object references, and not just that the values that they hold are equal. If “items” is an array, you might want to loop over the array contents and check that every item is equal to the corresponding item in the other array