Je ne parviens pas à trouver d'exemples ou de documentation sur la construction de Flows.<\/P>
Le support technique Esri ne parvient pas non plus à en trouver.<\/P>
Ce n'est pas une documentation. C'est un résumé ou un aperçu de ce que sont les choses.<\/P>
https:\/\/doc.arcgis.com\/en\/power-automate\/latest\/get-started\/get-started-with-arcgis-connectors-for-power-automate.htm<\/A><\/P>Quelqu'un a-t-il un exemple, d'esri ou Microsoft, montrant comment construire ou un exemple d'un Flow ?<\/P>Sinon, avez-vous un exemple qui fonctionne ?<\/P>Plus précisément, un Flow qui utilise une liste Sharepoint pour mettre à jour une valeur dans un Feature Service (Mettre à jour un enregistrement dans une Feature Layer).<\/P>Je suppose qu'il existe des exemples de Flows dans des présentations d'utilisateurs. Sommes-nous censés trouver des présentations d'utilisateurs à utiliser comme documentation ?<\/P>J'ai un dossier avec le support technique et je ferai un suivi de ce que dit le support Esri.<\/P>Merci<\/P> <\/P>
Quelqu'un a-t-il un exemple, d'esri ou Microsoft, montrant comment construire ou un exemple d'un Flow ?<\/P>
Sinon, avez-vous un exemple qui fonctionne ?<\/P>
Plus précisément, un Flow qui utilise une liste Sharepoint pour mettre à jour une valeur dans un Feature Service (Mettre à jour un enregistrement dans une Feature Layer).<\/P>
Je suppose qu'il existe des exemples de Flows dans des présentations d'utilisateurs. Sommes-nous censés trouver des présentations d'utilisateurs à utiliser comme documentation ?<\/P>
J'ai un dossier avec le support technique et je ferai un suivi de ce que dit le support Esri.<\/P>
Merci<\/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.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.