No puedo encontrar ningún ejemplo o documentación sobre cómo construir Flows.<\/P>
El soporte técnico de Esri tampoco puede encontrar ninguno.<\/P>
Esto no es documentación. Es un resumen o visión general de qué son las cosas.<\/P>
https:\/\/doc.arcgis.com\/en\/power-automate\/latest\/get-started\/get-started-with-arcgis-connectors-for-power-automate.htm<\/A><\/P>¿Alguien tiene un ejemplo, de esri o Microsoft, que muestre cómo construir o un ejemplo de un Flow?<\/P>Si no, ¿tienes un ejemplo de uno que funcione?<\/P>Más específicamente, un Flow que use una Sharepoint List para actualizar un valor en Feature Service (Actualizar un Registro en una Feature Layer).<\/P>Supongo que hay ejemplos de Flows en presentaciones de usuarios. ¿Se supone que debemos buscar presentaciones de usuarios para usar como documentación?<\/P>Tengo un caso con soporte técnico y haré seguimiento a lo que diga Esri Support.<\/P>Gracias<\/P> <\/P>
¿Alguien tiene un ejemplo, de esri o Microsoft, que muestre cómo construir o un ejemplo de un Flow?<\/P>
Si no, ¿tienes un ejemplo de uno que funcione?<\/P>
Más específicamente, un Flow que use una Sharepoint List para actualizar un valor en Feature Service (Actualizar un Registro en una Feature Layer).<\/P>
Supongo que hay ejemplos de Flows en presentaciones de usuarios. ¿Se supone que debemos buscar presentaciones de usuarios para usar como documentación?<\/P>
Tengo un caso con soporte técnico y haré seguimiento a lo que diga Esri Support.<\/P>
Gracias<\/P>
<\/P>
I haven't worked very much with the built in connectors. But I have several webhook triggered flows that make use of the REST API. Using this method, you are able to generate a token and perform pretty much any REST operation you want to against a given feature service, and the API is very well documented.
So are you saying to use the API documentation to construct Power Automate Flows?Or are you saying to not use Power Automate at all?
I think you're right if you're saying to use the API instead.As it works, there are examples, and documentation.
The most common question in this forum for Power Automate is why aren't they working anymore.So, maybe using them isn't a good idea to start.
Thank you for your feedback
Hey @AaronPDXPaul, We hear you and many other users loud and clear. We do need a screenshots and examples for each of the action at least in our documentation. We recently moved each of ArcGIS for Microsoft products to its own documentation website which will give us lot more flexibility to update documentation at our will. We are making documentation updates in the upcoming release by end of the year you should find more examples on our website and also links to the REST API.
Power automate connectors work off of Feature service REST API you can find syntax of all the operation there for now. e.g. `Get data from Feature layer` action https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer/ Update records in feature layer action uses https://developers.arcgis.com/rest/services-reference/enterprise/update-features/ etc.
Please feel free to shoot any questions here, I and others will try to help get your questions answered.
We have some good blogs ArcGIS Connectors for Power Automate Blog - Esri Community which might help you a bit too.
hope that helps.
I use the API through Power Automate with the HTTP request flow. Power Automate, in general, is fairly stable and using it to directly make HTTP requests to the service as part of your flows takes out some of the dependency on other products like the ArcGIS Connectors to be updated and function as intended.
I am attaching an example of a flow that triggers from a Survey123 webhook, then uses the passed token to access and call common API methods on another feature service. The first screenshot shows a variable being defined with the feature update/edit json dict, then the second shows the actual HTTP request.
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.