Be able to have multiple filters to the same branch in the Switch Node

It would be greatly beneficial to add multiple filters to the same branch in the switch node, rather than having to use several switch nodes in sequence.

Having those sections collapsible with the name showing for each would be a huge plus (I could provide a mockup)

Created this to add more context to how important this is.

Instead of this:

It would be like this:

Where each route evaluates multiple params at once, just like the IF node for each output of the Switch Node

And it’ll have to be collapsible to make the UX/UI Smooth and easy to use.

Example collapsed state:

You can already achieve this by building the logic into the expression and then output as a Boolean then have it filter to true. It just isn’t there in the ui.

1 Like

Thanks for your input, this feature request is about incorporating that into the UI, and making it easy to use.