Hola a todos,
Estoy probando un flujo de trabajo donde uso el conector Power Automate ArcGIS Flow para geocodificar una lista de SharePoint que incluye direcciones completas. He encontrado documentación limitada sobre cómo lograr esto (principalmente los pasos están en muchos artículos diferentes y faltan los pasos intermedios). ¿Alguien ha intentado esto y ha encontrado un flujo de trabajo simple? Además, hay 600 registros, por lo que para evitar un tiempo de espera tengo que usar la función iterativa de esta publicación: https://community.esri.com/t5/arcgis-for-power-bi-blog/working-with-datasets-in-power-automate/ba-p/1126908. Otra pregunta que tengo es cuántos créditos de mi cuenta AGOL se usarán y si hay una forma de calcular o verificar esto con anticipación?
Hi @FrancisHourigan1 - We have published a Power Automate template to geocode Sharepoint lists. The template can be accessed/downloaded using the below link. Let me know if you have any questions.
Thanks,
Raaj
https://us.flow.microsoft.com/en-us/galleries/public/templates/9786376914db48f4b0297cd55edd6085/sharepoint-locate-workflow/
@FrancisHourigan1
I also wanted to share a simpler Power Automate flow which can geocode a SP list way faster than what I had shared earlier.
@FrancisHourigan1 The credit cost is the same across the system, so every 1,000 records geocoded will cost 40 credits. Power Automate will use the services you configured in your flow, and will run based on your triggers. For detailed information on premium services and credits, please review the following site.
https://doc.arcgis.com/en/arcgis-online/administer/credits.htm#ESRI_SECTION1_709121D2C7694DCAB9B8592F36F7A5BA
Hi @FrancisHourigan1 --
Thanks for reaching out to us. We value your feedback and we will make sure to address your questions/concerns/enhancement requests within the next 1-2 releases. Regarding the enhancement request to provide estimated credits that will be consumed when a flow containing an ArCGIS connector is run by an end user, we have received similar requests from our end users and I can assure you that we will try to address this as soon as possible.
With regards to steps on how to use the "Find Address" ArcGIS Connector for Power Automate, I am attaching the below screenshots showing a flow I have set up to geocode a SP list with 600+ records.
Overall flow:
Each step explained:
Get items from SP list
Initialize variable
"Do until"
I create the SP list with columns "longitude", "latitude" and "Status" (from an Excel table). The flow will populate the "longitude" and "latitude" columns and the "status" column is used to iterate the flow to process more than 150 records (avoid time out issue). The excel table used for creating the SP list has the column "status" populated with the value "Processed" and this will allow the flow to run until it cannot find any records with the status="Processed".
Hope this helps.
Let me know if you have any additional questions.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.