Hey, I’m doing an automation to get data from a spreadsheet and fill in a website. But every it is a Brazillian website, so the number format is different from US.
The data on the sheet is in this format: 100,95
But the UiPath auto converts it to: 100.95
I tried changing the programs languague, using the preserve format option but nothing works.
All I want to do is keep the formatting with “,” even though I have to convert the formatting from “.” to “,” again.