Filtering Issues on an array of collections

Hi there, @BordenC!

If you just want to check if the “name” variable contains one of those values, I would suggest using the map function like this: map(Array;name) and then passing this in a filter with the Array: contains case insensitive operator. I’ve attached a simple blueprint that you can import to see it in action.

blueprint (6).json (4.2 KB)

Hope it helps!

1 Like