## The idea is:
The Switch node could present routing rules that would allow the use of “AND” and “OR” like the if, this to avoid the use of multiple ifs and switches in the same flow. Those who wanted to use the Switch as it already would work normally, but those who needed to implement more than one condition for rotation rules would be able to.
## My use case:
I receive a webhook where I have two variables that determine the path and for this I need to create ifs for all situations in the switch statements, which doesn’t make sense since the idea of the switch is to make the correct division by cases.
## I think it would be beneficial to add this because:
The benefit would be to make it easier to understand the flow after it is set up and to save nodes.