Greater than or equal to

Hi,
How to check condition for greater than or equal in UiPath kindly help.

Hi @Rup_1

When using IF activity, it would be like this:
image

3 Likes

but o am getting this error like implicit conversion from string to double

Please make sure your variable is of the type you want it in your variable pane:

2 Likes

ok got it,thanks

you can also use convert.ToDouble ot Convert.ToInt32(Your_StringVariable) then you can compare those two vlaues

if condition is ok sir. but i want to check above 2 years persons filtered from my input excel sheet. for which condition should i choose sir

Thank you