Location Field UI/UX - Copy and Paste/Clickability Improvements

Your first suggestion is a good one, especially in the entity view. I think it is great that you can copy a location from one cell to another so hoping that won’t change. But there might be an opportunity to have a right-click menu option for copying the address text.

As a workaround for now, you might want to define a formula field that extracts the address as text:

Either using AddressPart() function:

AddressPart(Location, “address”)

Or just referencing the FullAddress() function of the field:

Location.FullAddress()

With respect your second suggestion, I think we are asking for the same thing:

This is unfortunately not the solution to your problem. However, you might be able to to get by with the work around I proposed in this post:

Hoping that map view gets some enhancements this year :slight_smile:

Hope this helps!

3 Likes