Skip to Content
0
Former Member
Jun 25, 2010 at 09:14 AM

Conditional action block

596 Views

I wish to perform a If else condition check with mulitple conditions.

Logically it would be something like this:

If MyVariable == "A" OR MyVariable =="B" OR MyVariable == "C" OR MyVariable == "D"

<perform assignment1>

Else

<perform assignment2>

I know I can use conditional action block with multiple inputs. But is there a simple way to do this.

Appreciate any help on this.

Thanks