Hi to everyone,
I had a weird error in one of the apps I created. The App calculates the percentages well when I open it on my PC:

But when I open my app on my iPad, the calculation is totally wrong:

I'm getting that value from a calculated column of a SPO list. (Workload)

I am using the following formula in the Gallery of the App:
"Current Workload: " & Text(Value(ThisItem.Workload)*100,"0.00" & " %")
Can anyone give a hand on it?
Thank you very much in advance!