Conditions. Branching a Workflow
Note: This video is deprecated. Please see Control Flow for the newer version.
Conditions
A Condition is one of the most helpful activity to use when you have more than one solution after an action. Conditional statements specify what behavior is desired if a particular condition is met. We use the "Flow Decision" in the Activities panel to achieve a condition.
In the sample workflow, we have set up a Conditional statements name=”Bill”. This triggers the message “Hello Bill” when the condition is True, meaning the user entered “Bill”. Otherwise, it will display “You’re not Bill”.