How to satisfy three condition?

How to satisfy three condition?
For eg. if i want to ask user about his percentage if his percentage is greater than 75 then i want to show message. if his percentage in between 60-74 i want to show message and if his percentage is below 60 show another?
What activity should i used?

for that i would use “Else If” activity.

Hi @Kunali_Kharbikar,

You can also use the switch activity:
The Switch Activity (uipath.com)

Also check this post:
Switch case to check range of number - Help - UiPath Community Forum

Hope this helps!
Robert

1 Like

Thanks for replying.
Yes, i used else if activity and it worked.