Switch case for string

hi everyone
I wrote a switch and for some reason, it didn’t work
Sequence.xaml (4.7 KB)
I tried something bigger but for the example, I used a small one (mine is also in hebrew so I changed to english)

thanx in advance

1 Like

Don’t use double quotes in the case statements. It works.

1 Like

Remove Double quotes as u are already set data Argument as String

1 Like

took down the double quote (and put up nothing instead)
and it worked

thanks u very much!!!

Here you go with the best practice on how to use switch activity
https://forum.uipath.com/t/best-practice-for-using-switch-activity-with-multiple-boolean-values/85426/2

Cheers @dlichten