Hi. This works perfectly on desktop but not on mobile. Please assist.
I have a SharePoint list with a Longitude and a Latitude column. They are both Number format.
I am getting current location from a map component.
I am patching the location using these formulas:
field_1: Value(Text(Substitute(Location.Latitude,",","."),"0.00000")),
field_2: Value(Text(Substitute(Location.Longitude,",","."),"0.00000"))
On mobile, I get this error when patching: