Hi ,
Dispatcher reads a data (ID) from the excel and adds it into the queue .
ID - 6213295502387270. In queue also i could see 18 digit number
But when performer enters the details it comes like 6.21329550238727E+15 .How to fix this .Please help
Hi ,
Dispatcher reads a data (ID) from the excel and adds it into the queue .
ID - 6213295502387270. In queue also i could see 18 digit number
But when performer enters the details it comes like 6.21329550238727E+15 .How to fix this .Please help
Can you please let us know if this is happening in excel? or where?
what activity are you performing?
cheers
Hi
NormalNumberString = Decimal.Parse(“1.17751151932438E+16”, System.Globalization.NumberStyles.Float).ToString
Refer this thread for more discussion
Hope this helps
Cheers @tharani.natarajan
Hello @tharani.natarajan
If you are reading from Excel, check if the data is correct in the file. If it is, you can try to use Workbook activities for reading the file. Activities - Read Range Workbook - https://docs.uipath.com/
Hope it’s clarified
If yes
Would recommend to close this topic
If not we can keep this open for discussion
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.