Display the Output based on input category

Hello everyone,
I need help in finding the solution for the below logic.
There are different inputs grouped under three outputs eg( under output 1 there are ABC, BCD, efg,) if the input is among these then I should get the value as output1) viz. versa I need output 2 and output 3 based on input category.?

kindly provide the solution
Thank you

@vamsilver43

You can use the Switch activity for this requirement

Choose type argument as boolean and you can add your case

Hope this helps you

Thanks