2 conditions in 1 IF statement

Hi,

I am looking to have 2 conditions in one if statement.

Is there a way where i don’t have to have 2 if statements? can i possibly have the Thursday condition with the friday condition?

appreciate any help

Use a Switch activity for this. It will help condense your code. Please keep in mind that you have to change the object type to String, and you do not need quotes when specifying Friday and Thursday.

1 Like