Forum Discussion
VeeExcelLearn
Aug 09, 2022Copper Contributor
SharePoint List Update Location: City entered in List 1 and Update List 2
I have a list where it has a Location:City geo location and I want to update another list with this Geo Location. I do not seem to see it in the Update Item action. Is this type of action not supprt...
Bharath Arja
Aug 10, 2022Iron Contributor
VeeExcelLearn Update item action does not let you update location field. You need to use 'Send an HTTP request to SharePoint' to make a REST API call to POST data. Geo location field is saved a JSON in SharePoint. Check out this post on how to make the REST API call https://powerusers.microsoft.com/t5/Power-Apps-Community-Blog/How-to-update-a-SharePoint-location-field-from-PowerApps-using/bc-p/1543998