Select...Case stopped working in B33?

I have a theory. You're using == for the Conditions, right?

The Select uses === (at least on NodeJS)

So, you need to ensure the correct variable types. E.g. for numbers you have to apply the toNumber formatter

Edit: Just made a feature request for something that might help in the future: