RPA Video Tutorials | UiPath

Conditions. Branching a Workflow

Written by Mihai Badita | August 23, 2014 at 9:49 PM
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”.