Hi,
I am developing a powerapp to CRUD some data from our Dynamics 365 CRM (using the default Dynamic 365 connector).
The app is using Dutch localization "nl-NL", checked with the "Langauge()" function. Our CRM instance has Dutch as default language. Everything works well except saveing decimal value. It will get saved as whole number. The decimal value will always convert to a whole number.
E.g.: 1.25 will become 125 after saved in CRM.
I don't know which layer is causing this problem. I have tried every possible "decimal related solutions" on the forum, but none of them work. Please see attachment crm example.jpg there is no problem with have 2 digits decimal value in CRM entity.
See attachment err powerapps.jpg browser developer tool the JSON data posting to the connector. You do see the decimal values looking well as "expected".
Anyone have had this issue? Any help/workaround is appreciated!
Thanks in advance.