---
title: Conditions. Branching a Workflow
description: UiPath Studio - UI Automation. Conditions. Branching workflows. Learn to automate business processes. Train robots to manipulate software like a person.
---

[RPA Video Tutorials | UiPath ](http://www.uipath.com/learning/video-tutorials)

# [Conditions. Branching a Workflow](http://www.uipath.com/learning/video-tutorials/conditions-branching-a-workflow)

 Written by [Mihai Badita](http://www.uipath.com/learning/video-tutorials/author/mihai-badita) | August 23, 2014 at 9:49 PM

**Note:** This video is deprecated. Please see **[Control Flow](https://www.uipath.com/tutorials/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”.

[View full post](http://www.uipath.com/learning/video-tutorials/conditions-branching-a-workflow)

```json
{
  "@context" : "http://schema.org",
  "@type" : "BlogPosting",
  "author" : {
    "@type" : "Person",
    "name" : "Mihai Badita"
  },
  "dateModified" : "2020-12-08T10:30:56.385Z",
  "datePublished" : "2014-08-23T21:49:00Z",
  "headline" : "Conditions. Branching a Workflow",
  "image" : {
    "@type" : "ImageObject",
    "height" : 60,
    "url" : "/hs/hsstatic/content_shared_assets/static-1.4092/img/default-amp-logo.png",
    "width" : 60
  },
  "mainEntityOfPage" : "http://www.uipath.com/learning/video-tutorials/conditions-branching-a-workflow",
  "publisher" : {
    "@type" : "Organization",
    "logo" : {
      "@type" : "ImageObject",
      "height" : 60,
      "url" : "/hs/hsstatic/content_shared_assets/static-1.4092/img/default-amp-logo.png",
      "width" : 60
    },
    "name" : "Video Tutorials"
  }
}
```