こんにちは -
ホストされたフィーチャ レイヤーが30分以上更新されていない場合にメール(またはできればSMS)を送信するフローを作成したいと考えています。現在、ArcGISの「Get data from feature layer」を見ていますが、レイヤーに関連付けられた最終更新日時を簡単に取得する方法が見当たりません。
これは可能でしょうか?もし可能なら、どのようにすればよいですか?
ありがとうございます!
I would do it through basic HTTP requests, which power automate should be able to do. If it's a protected layer, you'll need to add a couple steps to grab a valid token first. You could query the layer from its FeatureServer/0/query endpoint to find the max value for last_edited_date, see if that falls within the last 30 minutes, then trigger the notification accordingly.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.