How to write if condition for the two strings?

Hi All,

i have any issue with the strings, that I’m trying to write if condition for two strings var1 , var2 . the condition is that the data will may assign either var1 or var2 according to the data come from input i need to add if activity and i need to right condition. can anyone help me ?

Thanks in Regards

HI,

Can you share specific example?

Regards,

Hi @Yoichi

using switch activity in that i have assigned the two variables according to that i need to write if condition. like if it goes for case 1 variable it need to be true or if not pick case 1 it need to be false.

Hi @Gopi_Krishna_Reddy1 ,

If you have used the switch case why do you want to write the if condition again you can assign the value to switch case itself.

Thanks,
Sanjit