Filter by searching through entire array

Array goes through iterator then a router, Path 1 allows “name” containing “search word” and passes the bundle that matches
This part works well.

If no parts match I want it to go Path 2, the problem is many bundles do not contain “search word”, I need to search the entire array for the “search word” to pass a fail.

Not sure how to format this search filter

I just made 10 conditions, it works if there are less bundles than conditions, so as long as there are more conditions than bundles it works !

In the field include the array and use Array operators contains for your filter and the value you want to filter.

Dont use the text operators for this

1 Like

Screenshot_2024-09-02_090914

1 Like

awesome thanks guys!

1 Like