Hello,
I'm retrieving data using Web Template/Fetch XML in my Basic form.
My result array has name(string), id(guid), total(currency). So, when I get value of total(currency) field, it returns like 22,00 Here comma is like fullstop. It returns like this because of my currency format settings in Dataverse.
Now, I want to retrieve total field value as 22.22 instead of 22,22
How can I achieve this?