こんにちは、
現在、Microsoft power automateをIntegromat/Makeと同じように使用できるかどうか評価しようとしています。dev summit 2021のビデオで示されているように、integromat/makeで可能な機能レイヤーの属性データにアクセスする機能を得るために、懸命に試みています。特定のフィールドから属性データをメールに含めることができるfeatureupdatesに基づくMakeで完璧に動作するソリューションを展開しました。どのプラットフォームを使用するか評価しているため、何か助けやドキュメントがあれば大変ありがたいです。
よろしくお願いいたします、
https://www.esri.com/videos/watch?videoid=D9PMC2yGJbA&title=getting-started-with-hosted-feature-layer-webhooks
Oh, when you are iterating over the features, I think you can use this expression to get a specific attribute:
item()['attributes']['someField']
For dates, you'd want to format it:
addSeconds('1970-1-1',Div(item()['attributes']?['date'] ,1000),'yyyy-MM-dd')
I haven't tested it but I think these should work.
Here is what my flow looks like I followed a help article as well which is above in this chain.
Well, any questions I would be glad to help.
I have been trying to work things out with microsoft but am not having a ton of luck. I would love to use integromat/ make, I am familiar with it and the ease of use. Still trying to work with IT to open up integromat so for now I am stuck with automate.
This did work thanks for the help!
Okay thank you I will have to test that out and let you know.
@Anonymous User I actually followed your post and completed it. My only question is how do you break out the fields like make. If you look at the image below I can pick what field i want in make to include in my email that I send. This is important as the day of the week assigned is what needs to go out in the notification and day of the week is a field in the layer.
@NickCressman Yes, this is possible. I've published a blog post that shows how to configure a flow (in the context of ArcGIS Field Maps) that sends an email.
https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/use-webhooks-to-automate-workflows-in-arcgis-field-maps-with-power-automate/
BTW, Field Maps has an app in Integromat that greatly simplifies using hosted feature service webhooks. We're still sorting through some issues with the Make support team - it's not working in Make after the migration. Anyway, it's not specific to Field Maps - you can use it for any hosted feature layer that supports webhooks.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.