Adopt A Trailプログラムのアプリケーションを作成するためにSurvey123を使用しています(https://experience.arcgis.com/experience/13a5634ddd5546148ce395e2e237d4e6/)、申請/調査回答が届いたときにトレイル区間のフィーチャを保留中としてマークしたいと考えています。<\/P>
申請が送信されたときにメールを送信するフローはすでに設定しているので、Power Automateでもこれを行う良い方法があるかどうか知りたいです。「Update a record in a feature layer」アクションが探しているもののようですが、正しく設定する方法のドキュメントが見つかりません。<\/P>
This is what works for me, using 'Update a record in a feature layer' action:
1. under 'Layer In' - Specify you layer location (My Content)
2. under 'Feature Layer' - Select the layer you wish to update
3. under 'unique ID Field' - Specify unique id field (in my case its globalID), it could be a different field in your case
4. under 'GlobalID' - Specify GlobalID field (its required, you data must have globalID field)
5. under 'Advance Parameters' - Select field(s) you would like to update
6. next enter a value you would like to calculate (no quotes). In my case I'm updating Email Status field, and setting it to be equal to: Thank You Closed.
You will probably need to add condition before the 'Update a record...' step, so update happends only if the field is not populate, or whatever condition that you need.
I hope this helps.
Did you ever have any luck figuring this out? I'm trying to do the same thing. I have a field that I want to update as either "Energized" or "De-Energized" but can't figure out how to send the string to the field.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.