Hi Community!
The bot reads an excel column - call it Amount - and the amount is $1,200,000.00 in excel. When I capture the value- Row(“Amount”).tostring it writes 1200000 and leaves out the decimals. Amount is a string value.
How can I capture the decimals?
Thank you!