UiPath If Then Else Example Tutorial

Citizen Developer
1 min readJun 12, 2021

If you want to learn conditional programming in UiPath Studio, there are two activities to choose from:

  • The If activity in UiPath
  • The Switch activity in UiPath

In this tutorial, we will focus on the If Then activity.

UiPath Conditional Logic tutorial

The steps to use the conditional UiPath if activity in a program are:

  1. Search for if in the Activities panel
  2. Add the If activity onto the UiPath process
  3. Add a boolean statement as the condition
  4. Code logic into the Then section of the UiPath If activity
  5. If there is a need, add logic to the Else condition
UiPath If Activity Example

Advanced conditional UiPath logic

For complex logic, you can nest UiPath If Activities within each other, which will create a rich tapestry of logical decisions. It’s worth noting that if the logic gets too complicated, refactoring might be a good idea. Or, the use of a UiPath workflow might be in order.

Get UiPath Associate Certified!

This conditional UiPath If Then tutorial provides a simple example of how to program your RPA applications.

--

--

Citizen Developer

I'm just a citizen developer, not associated with UiPath, who is interested in learning about RPA Tools and seeking UiPath Associate and Developer certification