Hi,
Would like to seek you expertise as I have issues on currency formatting. I develop a Payment App, it works perfectly fine in Asia but has issues with our users in Switzerland.
When users in asia type in any amount, it reflects as

But this is what was shown when users in Switzerland enters any value,

I would like to retain the formatting as 20,000.00 instead of 20 000,00.
For that Text Input field, this is the formula I set

Appreciate any assistance! Thank you!
----UPDATE----
I am not sure why, I tried to force format the Text Input to use
Text(Value(TextInput1.Text),"#,###.00")
it works well when users are in Asia but still converted to Switzerland currency format once the app was run from any users in our Switzerland Office.