Hello everyone.
I am testing a very simple Power App. I need to fill some numbers and then send them to a SQL table. It sounds easy.
I am testing the On-Premise Data Gateway and everything seems to work fine, I can reach my sql test table :-)
Simple question, I need users to use dot as decimal separator, not comma. But if I configure the form field as Format = TextFormat.Number, Power Apps only allows me to input numbers (ok), and comma.
After that, if I send that info to my sql table, everything is ok, but I would like users to use dots, not comma, like the use in the rest of their applications.
I've tryed to change my Format Options in Advanced Settins of my Power Apps, but still can't use dot as decimal separator.
Any advice would be welcome.
Thanks.