UiPath If Condition

If Condition

This is a conditional statement used to check a certain condition before executing it. The condition can be used to check for multiple conditions using logical and arithmetic operators.

Activities can be programmed to run in case of “Then” as well as in case of “Else”. In this activity “Then” stands for executing the activity on meeting the condition whereas “Else” executes as an activity when the condition does not meet.

The image provides an example condition, where the activity inside then will only run when “I” is less than zero and k is equal to 5.