Let's say if you want to create two branches in a process. There is a field named as "Total Amount" in a form where you are applying the workflow. We need to apply a condition as follows
If Total amount is > 10000 then a new branch of workflow is created
If Total amount <= 10000 then a seperate branch is created
A workflow starts when a form is submitted, so when you start configuring a workflow the first item you will see is a "submit" button step. Submit button step has the following properties
2. You can select the form field, Operator, and value while adding a rule
Example: In a process you want to create a condition, if "Total Amount" is > 10000 then create a branch
3. To save this condition, click Apply at the bottom right. The condition is added to the workflow in the following manner.