Hello community,
I am facing some inconsistencies for the way Date & Time and Values are displayed across different platforms.
I attached a picture showing what I mean.
In the Web-Editor, I see the "score" of my App being displayed as I want: no decimal cases after a comma and a % symbol. When I run the app in my Android, in a Apple device or in the Windows Version of PowerApp, I see what you see in the screen left: a round-up 38% is shown as "37500 %" for example.
Furthermore I also see a lot of inconsistency with Date & Time formats (see the red arrows). There you see three different formats for the time (one made with the web-editor, one with the Windows App and one with my Android device). My bet here is that the date and time are following the system format and being passed as a String, not a Date and Time value.
How can I fix it? Thanks a lot for the help!