<?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: Arcade Expression - &amp;quot;Last_Value&amp;quot; Attribute Assistant Method in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1037121#M38579</link>
    <description>&lt;P&gt;Ahhh.&amp;nbsp; I see...&lt;/P&gt;&lt;P&gt;Take a look &lt;A href="https://github.com/Esri/arcade-expressions/blob/master/Attribute%20Assistant.md" target="_self"&gt;here&lt;/A&gt; ; I see that last value currently does not have an attribute rule counter part.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Mar 2021 14:09:30 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2021-03-16T14:09:30Z</dc:date>
    <item>
      <title>Arcade Expression - "Last_Value" Attribute Assistant Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1036115#M38466</link>
      <description>&lt;P&gt;I'm trying to write an arcade expression that will grab the last value used in a field and populate that same field on creation of a new record.&amp;nbsp; Also to have the rule only "fire" if the new record and its target field is saved on creation as null.&lt;/P&gt;&lt;P&gt;Basically a "translation" of the Attribute Assistant Method Last_Value into Attribute Rules.&amp;nbsp; I'm assuming there will be some use of loops, but honestly I just need some nudging in the right direction and help on how to construct this expression.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 20:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1036115#M38466</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-12T20:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression - "Last_Value" Attribute Assistant Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1036162#M38472</link>
      <description>&lt;P&gt;So your last value is a numeric value and when you add a new feature, you want that field to be last value + 1.&amp;nbsp; Is that correct?&lt;/P&gt;&lt;P&gt;If so, my suggestion is to use a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-database-sequence.htm" target="_self"&gt;data base sequence&lt;/A&gt; and start your sequence with the highest current value. You can then add&amp;nbsp; a rule to return the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-script-expression.htm" target="_self"&gt;next value of the the sequence&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 22:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1036162#M38472</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-03-12T22:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression - "Last_Value" Attribute Assistant Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1037103#M38576</link>
      <description>&lt;P&gt;No, not looking for database sequences.&amp;nbsp; Totally good on that - generating IDs and all.&lt;BR /&gt;&lt;BR /&gt;I'm talking about having a record on, say, a hydrant layer.&amp;nbsp; That I created yesterday.&amp;nbsp; All the fields are populated.&amp;nbsp; &amp;nbsp; And then today I'm adding a new record and I want the Owner field to automatically grab the value of that record I made yesterday.&amp;nbsp; (So, the "last value" that had been entered in that field before my new record).&lt;BR /&gt;&lt;BR /&gt;Appreciate any insights!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 13:30:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1037103#M38576</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-16T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression - "Last_Value" Attribute Assistant Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1037121#M38579</link>
      <description>&lt;P&gt;Ahhh.&amp;nbsp; I see...&lt;/P&gt;&lt;P&gt;Take a look &lt;A href="https://github.com/Esri/arcade-expressions/blob/master/Attribute%20Assistant.md" target="_self"&gt;here&lt;/A&gt; ; I see that last value currently does not have an attribute rule counter part.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 14:09:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1037121#M38579</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-03-16T14:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression - "Last_Value" Attribute Assistant Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1670753#M100627</link>
      <description>&lt;P&gt;I was surprised no one had created an Idea to get this implemented, so I did:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/attribute-rule-equivilent-to-quot-last-value-quot/idi-p/1670752/jump-to/first-unread-message" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/attribute-rule-equivilent-to-quot-last-value-quot/idi-p/1670752/jump-to/first-unread-message&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please upvote!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 00:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-quot-last-value-quot-attribute/m-p/1670753#M100627</guid>
      <dc:creator>JoeBryant1</dc:creator>
      <dc:date>2025-12-05T00:59:19Z</dc:date>
    </item>
  </channel>
</rss>

