I have a collection that contain parameter as array with Image IDs. I want to display that collection filtered - if image ID is in array then item should be displayed.
Something strange: when I link variable “image ID” - it doesn’t work! When I just type ID as number - it works.
I cannot figure out how can I fix that. Any suggestions what that problem could be?
example: i filter collection where ID = 2 and it works
Thanks for the answer, this var is integer. I take this value from object and use elsewhere and it works for other cased. Just such kind of Filtering doesn’t work somehow ( for other variables as well, i try other var as ID (integer) and number works but not bound ID …)