Switch Activity act something wrong

I made SwitchSample project.
but it works something wrong

If the input value is “A”, I want to go case “A” but go to “Default”
If the input value is “B”, I want to go case “B” but go to “Default”
If the input value is “C”, I want to go case “C” but go to “Default”
It go to “Default” every time

could you check the source code ?

switchSample.xaml (5.8 KB)

Case A B C, not Case “A” “B” “C”


image

1 Like

Thank you so much!
It works well!

1 Like