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:
3 Likes
but o am getting this error like implicit conversion from string to double
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