Is there a way to "Switch On Class"?


I try to achieve SwitchOnClass like this. Create an array that contains the classes you want to switch on and use a FindItem node to find the input class from this array and then switch on the result int. This way if you won’t change the orders of your array items it’s totally safe.

1 Like