<?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 attribute in feature layer from another feature layer in Data Pipelines Questions</title>
    <link>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1391055#M43</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/656340"&gt;@tendtreesTC&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;To use the asset ID field as input to the &lt;STRONG&gt;Unique identifier&lt;/STRONG&gt; parameter, you'll need to &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/add-unique-constraint.htm" target="_blank" rel="noopener"&gt;add a unique constraint to the field.&lt;/A&gt; This only needs to be done for your copy of the layer, not the clients.&lt;/P&gt;&lt;P&gt;After that you should be able to complete the steps I noted above.&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Bethany&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 13:03:59 GMT</pubDate>
    <dc:creator>BethanyScott</dc:creator>
    <dc:date>2024-03-05T13:03:59Z</dc:date>
    <item>
      <title>update attribute in feature layer from another feature layer</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1389748#M40</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have just seen this new pipeline tool and hoping it might be a solution to a problem I am having.&lt;/P&gt;&lt;P&gt;I have a garden auditing program setup which requires field staff to undertake a certain number of random audits of gardens per month.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The feature layer that contains all of the garden information is owned by the client and we have viewing rights to but not editing so what I have had to do is create a copy of that data and create a related table with all of the audit questions.&amp;nbsp; This is working fine however the client has been making minor updates to the original garden layer which is resulting in discrepancies between my copy and the original data.&lt;/P&gt;&lt;P&gt;Is it possible using Data Pipeline to update the fields (and potentially geometry) within my copied garden bed layer from the original garden feature layer and can I program this to automatically schedule it every 1 month for example?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 22:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1389748#M40</guid>
      <dc:creator>tendtreesTC</dc:creator>
      <dc:date>2024-03-01T22:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute in feature layer from another feature layer</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1390313#M41</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/656340"&gt;@tendtreesTC&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thank you for reaching out.&lt;BR /&gt;&lt;BR /&gt;Here's the general workflow to follow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add the client's garden feature layer to your content via &lt;A href="https://doc.arcgis.com/en/arcgis-online/create-maps/add-layers-from-url.htm" target="_self"&gt;URL using the New item&lt;/A&gt; button on the Content page.&lt;UL&gt;&lt;LI&gt;If the layer is not public, you will need to store the credentials.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;In Data Pipelines, connect to the layer using the &lt;A href="https://doc.arcgis.com/en/data-pipelines/latest/connect/input-feature-layer.htm" target="_self"&gt;Feature layer input&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Configure an&lt;A href="https://doc.arcgis.com/en/data-pipelines/latest/process/output-feature-layer.htm" target="_blank" rel="noopener"&gt; output Feature layer.&lt;/A&gt;&lt;UL&gt;&lt;LI&gt;Set the&lt;STRONG&gt; Output method&lt;/STRONG&gt; parameter to &lt;STRONG&gt;Add and update &lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Use the &lt;STRONG&gt;Feature layer &lt;/STRONG&gt;parameter to browse to the layer you want to update&lt;/LI&gt;&lt;LI&gt;Set the &lt;STRONG&gt;Unique identifier&lt;/STRONG&gt; parameter (for example, OBJECTID. The values must correspond to the same features in each layer).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Save and Run the data pipeline. This will update your layer with the information from the client's layer.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://doc.arcgis.com/en/data-pipelines/latest/get-started/schedule-data-pipeline-tasks.htm" target="_blank" rel="noopener"&gt;Schedule&lt;/A&gt; the data pipeline using the &lt;STRONG&gt;Schedule&lt;/STRONG&gt; button in the editor.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Alternatively, if your feature layer is not the origin in the relationship, you could use the &lt;STRONG&gt;Replace&lt;/STRONG&gt; output method. Replace does not support replacing data in layers or tables that are the origin of a relationship.&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Bethany&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1390313#M41</guid>
      <dc:creator>BethanyScott</dc:creator>
      <dc:date>2024-03-05T13:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute in feature layer from another feature layer</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1390960#M42</link>
      <description>&lt;P&gt;Thanks Bethany, is there a way to link it using a different identifier?&amp;nbsp; both of my layers have an asset ID that matches but I'm not sure how to link from this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 07:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1390960#M42</guid>
      <dc:creator>tendtreesTC</dc:creator>
      <dc:date>2024-03-05T07:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: update attribute in feature layer from another feature layer</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1391055#M43</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/656340"&gt;@tendtreesTC&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;To use the asset ID field as input to the &lt;STRONG&gt;Unique identifier&lt;/STRONG&gt; parameter, you'll need to &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/add-unique-constraint.htm" target="_blank" rel="noopener"&gt;add a unique constraint to the field.&lt;/A&gt; This only needs to be done for your copy of the layer, not the clients.&lt;/P&gt;&lt;P&gt;After that you should be able to complete the steps I noted above.&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Bethany&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/update-attribute-in-feature-layer-from-another/m-p/1391055#M43</guid>
      <dc:creator>BethanyScott</dc:creator>
      <dc:date>2024-03-05T13:03:59Z</dc:date>
    </item>
  </channel>
</rss>

