Hi @Anonymous ,
it is possible if you use it with an if statement or something which has an output as string or int.
The Switch Control expects to work with string or int. Therefore you can i.e. use an if clause where you can define the output.
if(greater(triggerBody()['number'],5),'Case1','Case2')
You can also use Numbers like if(greater(triggerBody()['number'],5),1,2), then you have to adapt the Case blocks with 1 and two instead of "Case1".
