Switch case, using variables as conditions

Hi, I am using the Switch case activity. How do I specify variables as individual conditions?

E.g. the expression is Condition, I want to check it against variables Var1, Var2, Var3

However, when I specify the cases e.g. Case Var1, the activity looks for the Strings Condition = "Var1" , Condition = "Var2", Condition="Var3" instead

How do I fix this?

Hi,

Can you try the following?

img20200529-2

Regards,

1 Like