Hello, everyone.
I want to use "Branch" operator properly.
For example, if my example set has an attribute called "sales"
and if sales >= 1000, then go to proceed to the subroutine A
and if sales < 1000, then go to proceed to the subroutine B
using "Branch" operator (then part - subroutine A, else part - subroutine 
How can I do that?
I don't know how to how to fill in "condition type", "condition value" of "Branch" operator
Thanks in advance