Is it possible to have a selection release gate that lets an entity through if it's attribute matches any element in an array.
I.e I want entities with entity.att1 = 1 or 2 or 3 to pass through the gate
When i pass the array [1,2,3] i get an "error in port width or dimensions"
Any ideas or workarounds?