Flowsの構築に関する例やドキュメントを見つけることができません。<\/P>
Esriのテクニカルサポートも見つけられませんでした。<\/P>
これはドキュメントではなく、内容の概要や要約です。<\/P>
https:\/\/doc.arcgis.com\/en\/power-automate\/latest\/get-started\/get-started-with-arcgis-connectors-for-power-automate.htm<\/A><\/P>EsriまたはMicrosoftから、Flowの構築方法や例を示すものはありますか?<\/P>もしなければ、動作する例をお持ちですか?<\/P>より具体的には、Sharepoint Listを使用してFeature Serviceの値を更新するFlow(Feature Layerのレコードを更新)です。<\/P>私の推測では、ユーザープレゼンテーションにFlowsの例があると思います。ドキュメントとして使用するためにユーザープレゼンテーションを探すべきなのでしょうか?<\/P>テクニカルサポートケースを持っており、Esriサポートの回答を追跡します。<\/P>ありがとうございます<\/P> <\/P>
EsriまたはMicrosoftから、Flowの構築方法や例を示すものはありますか?<\/P>
もしなければ、動作する例をお持ちですか?<\/P>
より具体的には、Sharepoint Listを使用してFeature Serviceの値を更新するFlow(Feature Layerのレコードを更新)です。<\/P>
私の推測では、ユーザープレゼンテーションにFlowsの例があると思います。ドキュメントとして使用するためにユーザープレゼンテーションを探すべきなのでしょうか?<\/P>
テクニカルサポートケースを持っており、Esriサポートの回答を追跡します。<\/P>
ありがとうございます<\/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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.