How to filter entire node base on the value

As in the picture,

What can I do if I want to filter entire node date for next action, for example, Interfaces[0] → name is “br”, interfaces[1] → name is “do”. I want to take everything for next action with name “do”. (i.e. all data under interfaces[1]

Thanks

Hello @jasonwch
I think I’d just split the Interfaces array and then use a Switch node with a “contains” rule for “br” and “do”
something like this:

1 Like

cooool, and works..Thanks so much

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.