<?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 referencing original feature broken after update in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654499#M11437</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10676"&gt;@IngridHogle&lt;/a&gt;&amp;nbsp;can you please provide some additional details.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What platform(s) are you seeing this error?&lt;/LI&gt;&lt;LI&gt;Occurring while using connected map, offline, or both?&lt;/LI&gt;&lt;LI&gt;Are the expressions being used in a pop-up, form, or elsewhere?&lt;/LI&gt;&lt;LI&gt;Can you share examples of expressions that are failing?&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 01 Oct 2025 14:57:20 GMT</pubDate>
    <dc:creator>DougMorgenthaler</dc:creator>
    <dc:date>2025-10-01T14:57:20Z</dc:date>
    <item>
      <title>Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654479#M11431</link>
      <description>&lt;P&gt;We are getting errors for fields with Arcade calculated attributes after the Field Maps 2025.2 update. It appears to only affect expressions that use the $originalFeature variable. The error message is vague: "10 attributes failed". Was there anything in the latest update that would cause this? Thanks&lt;/P&gt;&lt;P&gt;Edit: Esri has determined this is a bug.&amp;nbsp;&lt;SPAN&gt;BUG-000179854,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Description: The $originalFeature function fails when creating a new feature in ArcGIS Field Maps version 25.2, but editing the existing feature is successful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 21:43:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654479#M11431</guid>
      <dc:creator>jmaxwell_braun</dc:creator>
      <dc:date>2025-10-02T21:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654481#M11432</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/422948"&gt;@jmaxwell_braun&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be possible to show a bit of the code? There may have been a depreciation that is causing this.&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654481#M11432</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2025-10-01T14:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654482#M11433</link>
      <description>&lt;P&gt;Hi Cody, here's an example.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;//sets value of calculated coordinate field to null only if the location of the point is edited
//if only attributes are edited, the coordinates remain the same
if(!IsEmpty($originalFeature))
  if(Geometry($originalFeature).x != Geometry($feature).x)
    return null
  else
    return $feature.UTM_X
else
  return $feature.UTM_X&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:16:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654482#M11433</guid>
      <dc:creator>jmaxwell_braun</dc:creator>
      <dc:date>2025-10-01T14:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654495#M11434</link>
      <description>&lt;P&gt;The calls just started coming in from staff that multiple Arcade expressions are failing for us after last night's update, and they cannot work as a result. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I'm not sure what to do so I'm posting here in hopes of adding some urgency to this situation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:48:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654495#M11434</guid>
      <dc:creator>IngridHogle</dc:creator>
      <dc:date>2025-10-01T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654497#M11435</link>
      <description>&lt;P&gt;I opened Esri c&lt;SPAN&gt;ase number 04012489. For me it only affects certain expressions. For now I'm just disabling them so our field staff are able to work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654497#M11435</guid>
      <dc:creator>jmaxwell_braun</dc:creator>
      <dc:date>2025-10-01T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654498#M11436</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/422948"&gt;@jmaxwell_braun&lt;/a&gt;&amp;nbsp;can provide some additional information to help us understand the issue a bit more.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What platform(s) are you seeing this error?&lt;/LI&gt;&lt;LI&gt;Occurring while using connected map, offline, or both?&lt;/LI&gt;&lt;LI&gt;Is the expression failing only when updating an existing feature?&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:54:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654498#M11436</guid>
      <dc:creator>DougMorgenthaler</dc:creator>
      <dc:date>2025-10-01T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654499#M11437</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10676"&gt;@IngridHogle&lt;/a&gt;&amp;nbsp;can you please provide some additional details.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What platform(s) are you seeing this error?&lt;/LI&gt;&lt;LI&gt;Occurring while using connected map, offline, or both?&lt;/LI&gt;&lt;LI&gt;Are the expressions being used in a pop-up, form, or elsewhere?&lt;/LI&gt;&lt;LI&gt;Can you share examples of expressions that are failing?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654499#M11437</guid>
      <dc:creator>DougMorgenthaler</dc:creator>
      <dc:date>2025-10-01T14:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654500#M11438</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1128"&gt;@DougMorgenthaler&lt;/a&gt;&amp;nbsp;, it's happening on iOS with Field Maps logged into ArcGIS Online. Online only, have I have not tried offline. Seems to only happen when creating new features.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:59:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654500#M11438</guid>
      <dc:creator>jmaxwell_braun</dc:creator>
      <dc:date>2025-10-01T14:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654501#M11439</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/422948"&gt;@jmaxwell_braun&lt;/a&gt; for the updated info.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 15:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654501#M11439</guid>
      <dc:creator>DougMorgenthaler</dc:creator>
      <dc:date>2025-10-01T15:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654506#M11440</link>
      <description>&lt;P&gt;My recommendation is to test whether the feature geometry has changed in comparison to the field values.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var fx = $feature.UTM_X
var fy = $feature.UTM_Y
var G = Geometry($feature)
if( G.x != fx &amp;amp;&amp;amp; G.y != fy ){
    return { result: { attributes: Dictionary('UTM_X',G.x,'UTM_Y',G.y) } }
    }
/*
Note: the code above will update both fields with the changed values if
there are values that have been updated in the field.
*/&lt;/LI-CODE&gt;&lt;P&gt;That way it will only need to compare the latest changes to the geometry change. If there is a change it will update accordingly.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 15:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654506#M11440</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-10-01T15:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654688#M11457</link>
      <description>&lt;P&gt;I was able to identify that for us, anyways, it is sloppy Arcade expressions I wrote in forms that are causing errors in Field Maps 25.2.0. These are of two varieties:&lt;/P&gt;&lt;P&gt;1. In one Arcade expression, I declared a variable twice (var BlahBlah = "this", then later var BlahBlah = "that"). This worked without errors in Field Maps 25.1.0, but failed in 25.2.0. Removing the second "var" statement, so it reads var BlahBlah = "this, then later BlahBlah = "that", fixes the issue.&lt;/P&gt;&lt;P&gt;2. In multiple Arcade expressions, I invoked $originalFeature without first using an If statement to make sure I was within &lt;SPAN&gt;$editcontext&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;editType&lt;/SPAN&gt;&lt;SPAN&gt; ==&lt;/SPAN&gt;'UPDATE'. This worked without errors in Field Maps 25.1.0, but fails in 25.2.0. It makes logical sense to me that it would fail, since $originalFeature does not exist (there is no original feature) in the context of&amp;nbsp;&lt;SPAN&gt;$editcontext&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;editType&lt;/SPAN&gt;&lt;SPAN&gt; == &lt;/SPAN&gt;&lt;SPAN&gt;'INSERT'.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 22:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1654688#M11457</guid>
      <dc:creator>IngridHogle</dc:creator>
      <dc:date>2025-10-01T22:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655001#M11482</link>
      <description>&lt;P&gt;We are getting this issue in &lt;EM&gt;any&lt;/EM&gt; Arcade calculated expressions within Field Maps Designer that call $originalFeature at any point (which is quite a few of them). The issue can be completely isolated from any other intrinsic functions/variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arcade exceptions are thrown whenever $originalFeature is referenced, including something as simple as&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var test = $originalFeature;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;and nothing else in the expression.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 20:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655001#M11482</guid>
      <dc:creator>alexnJSI</dc:creator>
      <dc:date>2025-10-02T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655013#M11484</link>
      <description>&lt;P&gt;Can you try putting your expression inside an edit context condition like this (filling in an existing attribute for what I named value)?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var test = ""&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;//if this is a new feature&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;$editcontext&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;editType&lt;/SPAN&gt;&lt;SPAN&gt; == &lt;/SPAN&gt;&lt;SPAN&gt;'INSERT'&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; test = "new feature test"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;// if this is NOT a new feature,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt; &lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;$editcontext&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;editType&lt;/SPAN&gt;&lt;SPAN&gt; == &lt;/SPAN&gt;&lt;SPAN&gt;'UPDATE'&lt;/SPAN&gt;&lt;SPAN&gt;){&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;test = $originalFeature.value;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;return test&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Oct 2025 20:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655013#M11484</guid>
      <dc:creator>IngridHogle</dc:creator>
      <dc:date>2025-10-02T20:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655017#M11486</link>
      <description>&lt;P&gt;I did try wrapping any calls to $originalFeature inside of a check for an UPDATE context, but that didn't seem to resolve the error. The code:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;if ($editContext.editType == "UPDATE")
{
  var test = $originalFeature;
}
return false;&lt;/LI-CODE&gt;&lt;P&gt;It does make sense to me that the variable would only be non-null and accessible outside of an INSERT context, but even an explicit wrapper for an UPDATE state produces the same error:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;[ARCADE] Expression failed to evaluate:&lt;/P&gt;&lt;P&gt;Name: expr9&lt;/P&gt;&lt;P&gt;Error: invalidArcadeExpression(details: "Arcade evaluation error. Evaluation_error_code::field_not_found Line: 1")&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 02 Oct 2025 20:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655017#M11486</guid>
      <dc:creator>alexnJSI</dc:creator>
      <dc:date>2025-10-02T20:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655022#M11487</link>
      <description>&lt;P&gt;I've never seen $originalFeature used by itself, so this is out of my league. I always use $originalFeature.something to get some information about the original feature, such as an attribute value, shape area, shape length, or x/y coordinate.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 21:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655022#M11487</guid>
      <dc:creator>IngridHogle</dc:creator>
      <dc:date>2025-10-02T21:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655034#M11489</link>
      <description>&lt;P&gt;We are also using it in that context, specifically to assess whether or not users have selected a different dropdown menu option. The example was just to simplify it as much as possible.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regardless of whether or not we are calling $originalFeature.attribute or even just $originalFeature on its own, the error persists. Any calls to $originalFeature in any context are what is causing the bug.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 21:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655034#M11489</guid>
      <dc:creator>alexnJSI</dc:creator>
      <dc:date>2025-10-02T21:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655040#M11492</link>
      <description>&lt;P&gt;Roger that. Good luck! I feel lucky I was able to get all of my Arcade expressions working in 25.2.0 by just cleaning them up a bit last night. There have been no phone calls from the field today. Phew!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 22:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1655040#M11492</guid>
      <dc:creator>IngridHogle</dc:creator>
      <dc:date>2025-10-02T22:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1656122#M11579</link>
      <description>&lt;P&gt;Feel like I'm going crazy a bit. Had seen this thread so though it might be related&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Get loading icon and no form when creating a new feature from template&lt;/LI&gt;&lt;LI&gt;Arcade has a mix of $originalfeature, edit mode = insert, if statements, GetUser($layer).username, now(). Using variables and accounting for if inserting or updating i.e. no original feature reference on insert&lt;/LI&gt;&lt;LI&gt;Remove the arcade, form starts working&lt;/LI&gt;&lt;LI&gt;Add the same arcade calculations back in, form continues to work&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Suggests there was some temporary performance hiccup but there's no other indications e.g. everything worked fine on 25.1, ArcGIS Online, and 25.2 when interacting with the layer outside of creating a new feature.&lt;/P&gt;&lt;P&gt;Logs have one line but it's not super helpful&lt;/P&gt;&lt;P&gt;8/10/25, 2:44:07 pm [SNAPPING] NOT activating snapping because not editing any features yet or it's disabled&lt;BR /&gt;8/10/25, 2:44:07 pm [LOCATION] Stopping location provider&lt;BR /&gt;8/10/25, 2:44:07 pm [LOCATION] Unregistering request MainMapViewModelImpl&lt;BR /&gt;8/10/25, 2:44:04 pm [ARCADE] FeatureFormViewModel.evaluateExpressionsAndUpdateUI() - Cancelled, not updating FeatureFormItems&lt;BR /&gt;8/10/25, 2:44:04 pm [SNAPPING] NOT activating snapping because not editing any features yet or it's disabled&lt;BR /&gt;8/10/25, 2:43:34 pm [REFRESH TASK] Cancelled refresh task request for identifier: com.esri.fieldmaps.task-list&lt;BR /&gt;8/10/25, 2:43:31 pm [REFRESH TASK] Successfully scheduled refresh task for identifier: com.esri.fieldmaps.task-list&lt;BR /&gt;8/10/25, 2:43:29 pm [SNAPPING] NOT activating snapping because not editing any features yet or it's disabled&lt;BR /&gt;8/10/25, 2:43:29 pm [AUTHENTICATION] Removing Handler: Cancel Handler: Load Map Items-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;8/10/25, 2:43:28 pm [TASKS] Notification permission denied: wasPreviouslyDenied - true&lt;BR /&gt;8/10/25, 2:43:28 pm [LOCATION] Starting location provider&lt;BR /&gt;8/10/25, 2:43:28 pm [LOCATION] Registering request MainMapViewModelImpl&lt;BR /&gt;8/10/25, 2:43:28 pm [TASKS] Created tasks capability&lt;BR /&gt;8/10/25, 2:43:28 pm [AUTHENTICATION] Removing Handler: Cancel Handler: Load Map-AB3B726C-BB72-442B-AFB4-F3AD60BD19A8&lt;BR /&gt;8/10/25, 2:43:28 pm [LOADING] Loaded map xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;8/10/25, 2:43:28 pm [MAP TOOLS] Not creating IPS, no indoor positioning definition&lt;BR /&gt;8/10/25, 2:43:28 pm [SPATIAL UNIT] Not creating SpatialUnitCapability&lt;BR /&gt;8/10/25, 2:43:28 pm [GEOTRIGGERS] Geotrigger count: 0&lt;BR /&gt;8/10/25, 2:43:22 pm [AUTHENTICATION] Adding Handler: Cancel Handler: Load Map Items-1CDA0110-5B15-415D-A944-D4D355EDE675&lt;BR /&gt;8/10/25, 2:43:21 pm [AUTHENTICATION] Adding Handler: Cancel Handler: Load Map-AB3B726C-BB72-442B-AFB4-F3AD60BD19A8&lt;BR /&gt;8/10/25, 2:43:07 pm [MAP] Failed to provide map: noMaps&lt;BR /&gt;8/10/25, 2:43:03 pm [PORTAL] URL: &lt;A href="https://www.arcgis.com" target="_blank"&gt;https://www.arcgis.com&lt;/A&gt; Mode: AGOL Version: 2025.2.0&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 04:26:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1656122#M11579</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-10-08T04:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1656508#M11609</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10676"&gt;@IngridHogle&lt;/a&gt;&amp;nbsp;Can you elaborate on your first Arcade issue? Maybe provide an example? I am having a similar situation. Post update I had two issues, both exclusive to Field Maps (all worked fine the web maps). The first was with editing the form in the Field Maps designer...I got generic error messages saying it couldn't be saved because there as a problem. I removed all of the fields from a group a and re-added them and that fixed it.&lt;/P&gt;&lt;P&gt;My second issue, which your post might speak to, involves an if/else statement to declare a variable in a pop-up. It uses html and works just fine in the web map as-written, but with certain templates it shows an error for the pop-up in Field Maps. It's generic (ArcGIS.InvalidCallError error 1), but I've narrowed it down to the logic around declaring a variable.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 23:19:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1656508#M11609</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2025-10-08T23:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade referencing original feature broken after update</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1656510#M11610</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/106199"&gt;@SFM_TravisBott&lt;/a&gt;&amp;nbsp;,&amp;nbsp;I have not yet tackled the pop-up errors we're getting, since they are not actually causing problems. So I'm not sure this will be helpful. My issue with $originalFeature was that I had superflous lines of code in my Arcade scripts, double-checking that no $originalFeature existed when edit context was INSERT, for example. Removing these resolved the issue.&lt;/P&gt;&lt;P&gt;My original code (works in 25.1.0)&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;$editcontext&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;editType&lt;/SPAN&gt;&lt;SPAN&gt; == &lt;/SPAN&gt;&lt;SPAN&gt;'INSERT'&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// like really truly it did not exist before&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;IsEmpty&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$originalFeature&lt;/SPAN&gt;&lt;SPAN&gt;)) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;Today&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; } &lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;$originalfeature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;invdate&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;$originalfeature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;invdate&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My cleaned up code (works in 25.2.0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;$editcontext&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;editType&lt;/SPAN&gt;&lt;SPAN&gt; == &lt;/SPAN&gt;&lt;SPAN&gt;'INSERT'&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;Today&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;$originalfeature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;invdate&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Oct 2025 23:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-referencing-original-feature-broken-after/m-p/1656510#M11610</guid>
      <dc:creator>IngridHogle</dc:creator>
      <dc:date>2025-10-08T23:28:56Z</dc:date>
    </item>
  </channel>
</rss>

