If Activity

How do I write comparisons in IF activity. For example using (>, <, =, etc.)

I assume its the standard. Example, have Month as a variable: (Month > “6” and Month < “9”)

Hi,

For the expressions, UiPath use VB.Net Synthax.

Have a look on comparison operators (and others)

Cheers

2 Likes

Late reply, but thank you!