Is there a function to compare values in a value list to a page list?
The way its set up is I need to compare values in a value list to a property in a page list (which is basically a data table). How could I achieve this?
Also, a requirement is that the value list can only have up to 4 values but this amount is varied at times. Knowing this, maybe I could check all 4 and maybe if there's a function that checks if the index is out of bounds or doesn't exist?
Thanks