I am trying to get the Excel cell value with ReadCell Activity and Generic value is Datatype. but when any value comes with Zero BOT used to take text value and lost the zeros. I want to value as it is without missing zeros.
Like below screen shot, Currently I am getting 6.66 value. Need 6.6600.
but just check one more example where I just put the value as 6.66. So now it take value 6.6600. It should take only 6.66
My main moto is to validate the Excel cell value with ERP value to process further, Hence If in Excel template value mentioned as 6.6600 BOT should get that and if value will just 6.66 BOT should pickup only 6.66
Yes, I got the logic and implemented.
I will check the value first, If it contains Decimal point then Only I used above logic or else I will keep it as it is.