Aug 09 2022 04:30 PM
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 supprted when it pertains to geo locations? Thanks
Aug 10 2022 11:54 AM
@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-fi...