How do I further process items discarded by a filter node?

Is there a way to further process items discarded by a filter node or do I have to replace it with a different type of node (e.g. if node)?

I’d use a Switch node that lets you route the discarded items instead of losing them.

2 Likes

If the filter is binary - yes or no / true or false - then if will do the trick, otherwise the switch is the way to go.

4 Likes

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