Hi, i am new in Ui path i need read number in excel and use if activity to show if number in excel more than 10000000 will show yes else show no, what condition should i put in the if activity. Below are the Ui path i try to do, please help me, thanks
You need to change the Condition of If
Your code: item.ToString > “10000000”
New code: Cint(item) > 10000000
Thanks, can please explain to me what is Cint?
Please refer this link
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.