<?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: Identify specific change from hosted feature layer webhook in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1239820#M49285</link>
    <description>&lt;P&gt;@Anonymous User&amp;nbsp;I am a little confused.&amp;nbsp; Are you able to watch for edits in a specific field?&amp;nbsp; I only want to watch for changes people make to the "status" field, so I can fire off an email to let people know their status has changed on their submission.....&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2022 21:20:10 GMT</pubDate>
    <dc:creator>ArmstKP</dc:creator>
    <dc:date>2022-12-09T21:20:10Z</dc:date>
    <item>
      <title>Identify specific change from hosted feature layer webhook</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1122867#M43217</link>
      <description>&lt;P&gt;I am trying to use an Integromat webhook based on Feature Updates to identify the specific changes that occurred: attribute fields or geometry.&amp;nbsp;I intended to add a filter to the webhook to only function on geometry changes. Is this possible?&lt;/P&gt;&lt;P&gt;I've watched the video &lt;A href="https://www.youtube.com/watch?v=D9PMC2yGJbA" target="_self"&gt;Getting Started with Hosted Feature Layer Webhooks&lt;/A&gt;&amp;nbsp;and have successfully obtained my results url. But it returns all the updated feature's data, and not exactly what was changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, what is the functional difference between Feature Update and Feature Edit? (&lt;A href="https://developers.arcgis.com/rest/services-reference/online/web-hooks-payloads-feature-service-.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/online/web-hooks-payloads-feature-service-.htm&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 10:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1122867#M43217</guid>
      <dc:creator>rachelm</dc:creator>
      <dc:date>2021-12-06T10:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identify specific change from hosted feature layer webhook</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1126089#M43378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/515689"&gt;@rachelm&lt;/a&gt;&amp;nbsp;so you are looking to obtain only the fields from the feature that have updated rather than the entire feature that was updated? For example if I update the status field that is the only one you would want back?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Features edited includes adds and deletes as well as updates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Peter&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 23:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1126089#M43378</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-14T23:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identify specific change from hosted feature layer webhook</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1127729#M43471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I'm only looking for the actual edited field(s). In this particular case for&amp;nbsp; geometry updates.&lt;/P&gt;&lt;P&gt;If nothing else I can try to store the ShapeArea field in a Data Store and then compare every time there is an update but that is &lt;STRONG&gt;very &lt;/STRONG&gt;not ideal.&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;Rachel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 19:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1127729#M43471</guid>
      <dc:creator>rachelm</dc:creator>
      <dc:date>2021-12-20T19:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Identify specific change from hosted feature layer webhook</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1131449#M43658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/515689"&gt;@rachelm&lt;/a&gt;&amp;nbsp;- in this case I believe you could use the&amp;nbsp;&lt;SPAN&gt;returnHasGeometryUpdates argument in extractChanges. This will return a boolean in the extract changes response. So you cannot conditionally fire the webhook based on a geometry or attribute update, but you can filter any subsequent actions after the extract changes response is received based on if geometry was changed or not.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 23:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1131449#M43658</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-06T23:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Identify specific change from hosted feature layer webhook</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1239820#M49285</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;I am a little confused.&amp;nbsp; Are you able to watch for edits in a specific field?&amp;nbsp; I only want to watch for changes people make to the "status" field, so I can fire off an email to let people know their status has changed on their submission.....&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 21:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identify-specific-change-from-hosted-feature-layer/m-p/1239820#M49285</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-12-09T21:20:10Z</dc:date>
    </item>
  </channel>
</rss>

