Dec 20 2023 05:22 AM - edited Dec 20 2023 05:33 AM
In Sharepoint, I am trying to create a map view from a sharepoint list. To do this, I am following this guide (which mirrors the documentation). I had no problems running the powershell....
Add-PnPField -List $List -Type GeoLocation -DisplayName $FieldName -InternalName $FieldName -AddToDefaultView -AddToAllContentTypes
... and I can see the geolocation field in the site settings:
The problem is that I can't edit the value in the list. It doesn't work in "Create", "Edit" or "Edit in Grid". If I click on the column in site settings, there is no option to make it editable.
Dec 22 2023 04:13 AM - edited Jan 03 2024 06:54 AM
SolutionHello @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
Dec 22 2023 09:58 AM
Dec 22 2023 04:13 AM - edited Jan 03 2024 06:54 AM
SolutionHello @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