I have a couple of fields for Latitude and Longitude and I’m then using a formula field to construct the URL to Google Maps.
The formula looks like this
“ttps://www.google.com/maps/search/?api=1&query=” & {Latitude} & “,” & {Longitude}
(note: leading h removed on https to stop it changing to link in this post)
and that works absolutely fine. If I copy the field contents in Softr databases into a browser it opens the location correctly.
But on a detail page I have a URL field as below
and this truncates the URL removing everything after the last comma. It doesn’t appear to make any difference if I have spaces around the comma or not.
The setup of the field is like this:
If you have the field as a text field, it displays the full URL
Is this a bug - why doesn’t it display the full URL ?