comparison

Hi All,
Im a new wm user…and have 2 many doubts…
Pls can u gus/gals help me out…:confused:
how to implement a simple if comparison condition using flow service…
like (if i > 2) “do dis” else “do that”???

i want a simple flow service…Can we implement this using branch?? If so where must the condition must be applied??

Yes you cn implement that using branch, just set the evaluate label property to true for Branch and use regular expressions in label property for the piece of code you want to execute underneath. For detail iinformation refer to developer guide you can get really helpful tips from it.

Thnx a lot 4 the reply…Its working now…