Forum Discussion
AdamCodes716
Dec 20, 2023Copper Contributor
Trying to make a Geolocation column editable in a Sharepoint list
In Sharepoint, I am trying to create a map view from a sharepoint list. To do this, I am following https://www.sharepointdiary.com/2016/12/sharepoint-online-powershell-to-add-geolocation-bing-maps-fi...
- Dec 22, 2023
Hello AdamCodes716
try to create the field direct on list over the SharePoint list GUI. I do the same and it's possible to edit the value, also in grid view:
Best, Dave
DaveMehr365
Dec 22, 2023MVP
Hello AdamCodes716
try to create the field direct on list over the SharePoint list GUI. I do the same and it's possible to edit the value, also in grid view:
Best, Dave
- AdamCodes716Dec 22, 2023Copper ContributorThank you David. Just to be clear, this "location" field must be of the special type "geolocation". From what I have read (and my own experience), it is currently only possible to create this field using code.