<?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: Example Flow - Update a Record in a Feature Layer in ArcGIS Connectors for Power Automate Questions</title>
    <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646132#M1089</link>
    <description>&lt;H1&gt;&lt;FONT size="4"&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447857"&gt;@AaronPDXPaul&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&lt;FONT size="4"&gt;Here’s a clean “no-customization” setup you can copy.&amp;nbsp; There are two ways:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="4"&gt;A) Simple text key&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&lt;STRONG&gt;Prep&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;SharePoint List: add &lt;STRONG&gt;Single line of text&lt;/STRONG&gt; column Unique_Field (use your Status if you want).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Feature Layer: add &lt;STRONG&gt;Text&lt;/STRONG&gt; field Unique_Field (same name), ensure layer &lt;STRONG&gt;editing (Update)&lt;/STRONG&gt; is enabled.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Flow (Power Automate)&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Trigger:&lt;/STRONG&gt; &lt;EM&gt;When an item is created or modified&lt;/EM&gt; (SharePoint).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; ArcGIS → &lt;STRONG&gt;Update a record in a feature layer&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Where clause:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Unique_Field&lt;/SPAN&gt; = &lt;SPAN class=""&gt;'@{triggerOutputs()?['&lt;/SPAN&gt;body/Unique_Field&lt;SPAN class=""&gt;']}'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;(Strings need single quotes.)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Attributes:&lt;/STRONG&gt; set fields you want to update, e.g.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Status&lt;/SPAN&gt; = @{triggerOutputs()?[&lt;SPAN class=""&gt;'body/Status'&lt;/SPAN&gt;]} &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Save → test by editing a SharePoint row whose Unique_Field matches a feature.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Notes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If your key is &lt;STRONG&gt;numeric&lt;/STRONG&gt;, drop the quotes:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;UniqueID&lt;/SPAN&gt; = @{triggerOutputs()?[&lt;SPAN class=""&gt;'body/UniqueID'&lt;/SPAN&gt;]}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;B) GlobalID key&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Prep&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;SharePoint List: add &lt;STRONG&gt;GUID&lt;/STRONG&gt; column FeatureGlobalID (or Single line of text if you’ll paste GUIDs).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Feature Layer: use the built-in &lt;STRONG&gt;GlobalID&lt;/STRONG&gt; field (ensure your layer has GlobalIDs enabled).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Flow&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Trigger:&lt;/STRONG&gt; &lt;EM&gt;When an item is created or modified&lt;/EM&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; ArcGIS → &lt;STRONG&gt;Update a record in a feature layer&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If your SharePoint GUID &lt;STRONG&gt;has no braces&lt;/STRONG&gt;, add them:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;GlobalID&lt;/SPAN&gt; = &lt;SPAN class=""&gt;'@{concat('&lt;/SPAN&gt;{&lt;SPAN class=""&gt;', triggerOutputs()?['&lt;/SPAN&gt;body/FeatureGlobalID&lt;SPAN class=""&gt;'], '&lt;/SPAN&gt;}&lt;SPAN class=""&gt;')}'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If it &lt;STRONG&gt;already includes&lt;/STRONG&gt; {}:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;GlobalID&lt;/SPAN&gt; = &lt;SPAN class=""&gt;'@{triggerOutputs()?['&lt;/SPAN&gt;body/FeatureGlobalID&lt;SPAN class=""&gt;']}'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Attributes:&lt;/STRONG&gt; map fields to update (e.g., Status, LastEditor, etc.).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Tips&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Don’t use &lt;STRONG&gt;OBJECTID&lt;/STRONG&gt; as the key (it’s not stable across operations).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Test with one record first. In the Flow run history, check the ArcGIS action’s &lt;STRONG&gt;feature count updated&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If multiple features match (they shouldn’t), the action may fail—keys must be &lt;STRONG&gt;unique&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For bulk updates later, switch to &lt;STRONG&gt;Update records in a feature layer (batch)&lt;/STRONG&gt; with the same WHERE logic.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That’s it. Start with &lt;STRONG&gt;A (text key)&lt;/STRONG&gt; to prove the path, then switch to &lt;STRONG&gt;B (GlobalID)&lt;/STRONG&gt; for production. If you paste your actual field names, I’ll hand you the exact WHERE line&lt;/P&gt;</description>
    <pubDate>Wed, 27 Aug 2025 16:07:38 GMT</pubDate>
    <dc:creator>VenkataKondepati</dc:creator>
    <dc:date>2025-08-27T16:07:38Z</dc:date>
    <item>
      <title>Example Flow - Update a Record in a Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646080#M1082</link>
      <description>&lt;P&gt;Does anyone have an example of a Flow that uses Update a Record in a Feature Layer?&lt;BR /&gt;No customization, just update a value from one field in a Sharepoint List.&lt;/P&gt;&lt;P&gt;The trick, I think, is in the Where Clause.&lt;BR /&gt;Getting a unique value in the List to match with a unique value in the Feature Layer.&lt;BR /&gt;We've tried many variations of text, numeric and so on, nothing works.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AaronPDXPaul_0-1756305793404.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139474i47B113DB934167C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AaronPDXPaul_0-1756305793404.png" alt="AaronPDXPaul_0-1756305793404.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AaronPDXPaul_2-1756305832391.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139476iEB2712E0F739E5BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AaronPDXPaul_2-1756305832391.png" alt="AaronPDXPaul_2-1756305832391.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 14:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646080#M1082</guid>
      <dc:creator>AaronPDXPaul</dc:creator>
      <dc:date>2025-08-27T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Example Flow - Update a Record in a Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646085#M1083</link>
      <description>&lt;P&gt;Use the &lt;STRONG&gt;ArcGIS Power Automate “Update a record in a feature layer”&lt;/STRONG&gt; action and drive it with a &lt;STRONG&gt;WHERE clause&lt;/STRONG&gt; that follows ArcGIS REST SQL. Pick &lt;STRONG&gt;one stable key&lt;/STRONG&gt; shared between SharePoint and the feature layer (ideally &lt;STRONG&gt;GlobalID&lt;/STRONG&gt;). Don’t use OBJECTID.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow outline&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Trigger: SharePoint “When an item is created/modified”.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Action: ArcGIS → &lt;STRONG&gt;Update a record in a feature layer&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Where clause&lt;/STRONG&gt; examples:&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;String key: parcel_id = '@{triggerOutputs()?['body/ParcelID']}'&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Numeric key: site_id = @{triggerOutputs()?['body/SiteID']} &lt;EM&gt;(no quotes)&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;GlobalID (GUID text in SharePoint): GlobalID = '{@{triggerOutputs()?['body/FeatureGlobalID']}}'&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Date (if needed): edit_date &amp;gt;= DATE '2025-08-01'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the action’s &lt;STRONG&gt;Attributes&lt;/STRONG&gt; section, set the field(s) to update from SharePoint dynamic content.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Tips&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Ensure the key field is &lt;STRONG&gt;unique&lt;/STRONG&gt; in the feature layer (GlobalID is safest).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If your GUID in SharePoint lacks braces, add them in the expression: concat('{', &amp;lt;guid&amp;gt;, '}' ).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For strings with quotes, wrap in single quotes; for numbers, &lt;STRONG&gt;no quotes&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If you’re updating many rows, use &lt;STRONG&gt;“Update records in a feature layer (batch)”&lt;/STRONG&gt; and specify the unique ID field.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you share your key field names (SharePoint vs feature layer), I’ll hand you the exact WHERE clause and attribute mapping.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 14:51:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646085#M1083</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-08-27T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Example Flow - Update a Record in a Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646095#M1084</link>
      <description>&lt;P&gt;This is awesome.&lt;/P&gt;&lt;P&gt;Rather than dissecting what I did.&lt;/P&gt;&lt;P&gt;Can you give direction on what to set up?&lt;BR /&gt;I'm just trying to get the logic to work, no customization.&lt;/P&gt;&lt;P&gt;Like a text field in the list called "Unique_Field"&lt;BR /&gt;Mine is really called "Status".&lt;/P&gt;&lt;P&gt;That would match with a Text field in the Feature Layer called "Unique_Field"&lt;BR /&gt;Or it can match with GlobalID if that is what works best.&lt;BR /&gt;In that case, I'd change the field type in the List to a GUID.&lt;/P&gt;&lt;P&gt;So, I don't have any specific fields needed or criteria to follow.&lt;BR /&gt;Just want to see it work for now, then I can redesign.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 15:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646095#M1084</guid>
      <dc:creator>AaronPDXPaul</dc:creator>
      <dc:date>2025-08-27T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Example Flow - Update a Record in a Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646124#M1087</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447857"&gt;@AaronPDXPaul&lt;/a&gt;&amp;nbsp;Looking at your screenshot, are you updating an existing older flow? We updated the `Get data from feature layer action last release and it should include more options with different option names and placeholders, which I don't see. Try deleting and recreating the action. In Get data from feature layer action you can choose to use a `Where` clause but I think syntax should be something like&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ObjectID=1234&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Or if you are using dynamic content then:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AkshayHarshe_2-1756309729224.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139486iBC5247F622762EE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AkshayHarshe_2-1756309729224.png" alt="AkshayHarshe_2-1756309729224.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is a simple example. I agree with all the comments made by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;this is basically what he mentioned in a flow just using OBJECTID which in my case is FID&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AkshayHarshe_0-1756309475080.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139482i566AB935A24FF119/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AkshayHarshe_0-1756309475080.png" alt="AkshayHarshe_0-1756309475080.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AkshayHarshe_1-1756309571138.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139485i9B9120EBF1E3D4AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AkshayHarshe_1-1756309571138.png" alt="AkshayHarshe_1-1756309571138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 15:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646124#M1087</guid>
      <dc:creator>AkshayHarshe</dc:creator>
      <dc:date>2025-08-27T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Example Flow - Update a Record in a Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646132#M1089</link>
      <description>&lt;H1&gt;&lt;FONT size="4"&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447857"&gt;@AaronPDXPaul&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&lt;FONT size="4"&gt;Here’s a clean “no-customization” setup you can copy.&amp;nbsp; There are two ways:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="4"&gt;A) Simple text key&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&lt;STRONG&gt;Prep&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;SharePoint List: add &lt;STRONG&gt;Single line of text&lt;/STRONG&gt; column Unique_Field (use your Status if you want).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Feature Layer: add &lt;STRONG&gt;Text&lt;/STRONG&gt; field Unique_Field (same name), ensure layer &lt;STRONG&gt;editing (Update)&lt;/STRONG&gt; is enabled.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Flow (Power Automate)&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Trigger:&lt;/STRONG&gt; &lt;EM&gt;When an item is created or modified&lt;/EM&gt; (SharePoint).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; ArcGIS → &lt;STRONG&gt;Update a record in a feature layer&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Where clause:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Unique_Field&lt;/SPAN&gt; = &lt;SPAN class=""&gt;'@{triggerOutputs()?['&lt;/SPAN&gt;body/Unique_Field&lt;SPAN class=""&gt;']}'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;(Strings need single quotes.)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Attributes:&lt;/STRONG&gt; set fields you want to update, e.g.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Status&lt;/SPAN&gt; = @{triggerOutputs()?[&lt;SPAN class=""&gt;'body/Status'&lt;/SPAN&gt;]} &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Save → test by editing a SharePoint row whose Unique_Field matches a feature.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Notes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If your key is &lt;STRONG&gt;numeric&lt;/STRONG&gt;, drop the quotes:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;UniqueID&lt;/SPAN&gt; = @{triggerOutputs()?[&lt;SPAN class=""&gt;'body/UniqueID'&lt;/SPAN&gt;]}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;B) GlobalID key&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Prep&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;SharePoint List: add &lt;STRONG&gt;GUID&lt;/STRONG&gt; column FeatureGlobalID (or Single line of text if you’ll paste GUIDs).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Feature Layer: use the built-in &lt;STRONG&gt;GlobalID&lt;/STRONG&gt; field (ensure your layer has GlobalIDs enabled).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Flow&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Trigger:&lt;/STRONG&gt; &lt;EM&gt;When an item is created or modified&lt;/EM&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; ArcGIS → &lt;STRONG&gt;Update a record in a feature layer&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If your SharePoint GUID &lt;STRONG&gt;has no braces&lt;/STRONG&gt;, add them:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;GlobalID&lt;/SPAN&gt; = &lt;SPAN class=""&gt;'@{concat('&lt;/SPAN&gt;{&lt;SPAN class=""&gt;', triggerOutputs()?['&lt;/SPAN&gt;body/FeatureGlobalID&lt;SPAN class=""&gt;'], '&lt;/SPAN&gt;}&lt;SPAN class=""&gt;')}'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If it &lt;STRONG&gt;already includes&lt;/STRONG&gt; {}:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;GlobalID&lt;/SPAN&gt; = &lt;SPAN class=""&gt;'@{triggerOutputs()?['&lt;/SPAN&gt;body/FeatureGlobalID&lt;SPAN class=""&gt;']}'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Attributes:&lt;/STRONG&gt; map fields to update (e.g., Status, LastEditor, etc.).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Tips&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Don’t use &lt;STRONG&gt;OBJECTID&lt;/STRONG&gt; as the key (it’s not stable across operations).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Test with one record first. In the Flow run history, check the ArcGIS action’s &lt;STRONG&gt;feature count updated&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If multiple features match (they shouldn’t), the action may fail—keys must be &lt;STRONG&gt;unique&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For bulk updates later, switch to &lt;STRONG&gt;Update records in a feature layer (batch)&lt;/STRONG&gt; with the same WHERE logic.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That’s it. Start with &lt;STRONG&gt;A (text key)&lt;/STRONG&gt; to prove the path, then switch to &lt;STRONG&gt;B (GlobalID)&lt;/STRONG&gt; for production. If you paste your actual field names, I’ll hand you the exact WHERE line&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 16:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646132#M1089</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-08-27T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Example Flow - Update a Record in a Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646300#M1091</link>
      <description>&lt;P&gt;This is fantastic.&lt;BR /&gt;Esri support and myself independently followed your steps with success.&lt;/P&gt;&lt;P&gt;Something has changed in connecting the Unique ID's from 2022-23ish.&lt;/P&gt;&lt;P&gt;I have the same issue with all my connectors that used to work,&lt;BR /&gt;The logic is correct, no errors, but the List and REST aren't in sync.&lt;/P&gt;&lt;P&gt;I'll create a post for each Flow.&lt;/P&gt;&lt;P&gt;Thank you again,&lt;BR /&gt;Aaron&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 22:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/example-flow-update-a-record-in-a-feature-layer/m-p/1646300#M1091</guid>
      <dc:creator>AaronPDXPaul</dc:creator>
      <dc:date>2025-08-27T22:44:02Z</dc:date>
    </item>
  </channel>
</rss>

