Need Help in Converting Scientific Notation Value into Number or String

Hi,

when try to extract larger value (More than 9 digits) from the web application using Uipath Get Text activity its returning value in Scientific Notation format.
Example:
Amount shows in the application: 10,000,000
Extracted Value using Get Text activity: 1.0E7

How to extract the larger amount from web app using Uipath or is there any way to convert the Scientific Notation into Normal value.

1 Like

Hi

Welcome back to UiPath forum

Pls check this thread

Cheers @vdhanabal

grafik

Thank you guys for Your quick response. I Have tried with Converting string to double and issue got resolved now.

Amount=CDbl (Amount).ToString

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.