<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Update Feature Layer When Survey Response Comes In in ArcGIS Connectors for Power Automate Questions</title>
    <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/update-feature-layer-when-survey-response-comes-in/m-p/1475835#M603</link>
    <description>&lt;P&gt;This is what works for me, using 'Update a record in a feature layer' action:&lt;/P&gt;&lt;P&gt;1. under 'Layer In'&amp;nbsp; - Specify you layer location (My Content)&lt;/P&gt;&lt;P&gt;2. under 'Feature Layer' - Select the layer you wish to update&lt;/P&gt;&lt;P&gt;3. under 'unique ID Field' - Specify unique id field (in my case its globalID), it could be a different field in your case&lt;/P&gt;&lt;P&gt;4. under 'GlobalID' - Specify GlobalID field (its required, you data must have globalID field)&lt;/P&gt;&lt;P&gt;5. under 'Advance Parameters' - Select field(s) you would like to update&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NataliyaLys_0-1716236243829.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/104683i67EB3D86F14E6AB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NataliyaLys_0-1716236243829.png" alt="NataliyaLys_0-1716236243829.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;NataliyaLys_0-1716236243829.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2024 20:20:54 GMT</pubDate>
    <dc:creator>NataliyaLys</dc:creator>
    <dc:date>2024-05-20T20:20:54Z</dc:date>
    <item>
      <title>Update Feature Layer When Survey Response Comes In</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/update-feature-layer-when-survey-response-comes-in/m-p/1374506#M516</link>
      <description>&lt;P&gt;I'm using Survey123 to create an application for our Adopt A Trail program (&lt;A href="https://experience.arcgis.com/experience/13a5634ddd5546148ce395e2e237d4e6/" target="_blank"&gt;https://experience.arcgis.com/experience/13a5634ddd5546148ce395e2e237d4e6/&lt;/A&gt;), and I'd like a trail segment feature to be marked as Pending when an application/survey response comes in it.&lt;/P&gt;&lt;P&gt;I already have a flow set up to send an email when an application is submitted, so I'm wondering if there's a good way to do this in Power Automate as well? It looks like the "Update a record in a feature layer" action might be what I'm looking for, but I can't seem to find documentation on how to configure it correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 17:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/update-feature-layer-when-survey-response-comes-in/m-p/1374506#M516</guid>
      <dc:creator>GTueller</dc:creator>
      <dc:date>2024-01-25T17:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update Feature Layer When Survey Response Comes In</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/update-feature-layer-when-survey-response-comes-in/m-p/1474158#M597</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 20:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/update-feature-layer-when-survey-response-comes-in/m-p/1474158#M597</guid>
      <dc:creator>Clayton-Cooley</dc:creator>
      <dc:date>2024-05-16T20:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update Feature Layer When Survey Response Comes In</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/update-feature-layer-when-survey-response-comes-in/m-p/1475835#M603</link>
      <description>&lt;P&gt;This is what works for me, using 'Update a record in a feature layer' action:&lt;/P&gt;&lt;P&gt;1. under 'Layer In'&amp;nbsp; - Specify you layer location (My Content)&lt;/P&gt;&lt;P&gt;2. under 'Feature Layer' - Select the layer you wish to update&lt;/P&gt;&lt;P&gt;3. under 'unique ID Field' - Specify unique id field (in my case its globalID), it could be a different field in your case&lt;/P&gt;&lt;P&gt;4. under 'GlobalID' - Specify GlobalID field (its required, you data must have globalID field)&lt;/P&gt;&lt;P&gt;5. under 'Advance Parameters' - Select field(s) you would like to update&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NataliyaLys_0-1716236243829.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/104683i67EB3D86F14E6AB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NataliyaLys_0-1716236243829.png" alt="NataliyaLys_0-1716236243829.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;NataliyaLys_0-1716236243829.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 20:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/update-feature-layer-when-survey-response-comes-in/m-p/1475835#M603</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2024-05-20T20:20:54Z</dc:date>
    </item>
  </channel>
</rss>

