Hi,
how can i check 3 conditions in gotoif??
Use 3 GotoIf tests.
GotoIf($[${VALUE} = “A”]?100) GotoIf($[${VALUE} = “B”]?200) GotoIf($[${VALUE} = “C”]?300)