laptop and a wrench

Bug

A calculation attribute rule designed to control the ID number of nearby records returns the error message "Arcade error: Unexpected null" in an enterprise geodatabase but works as expected in a file geodatabase.

ArcGIS Pro
Bug ID Number BUG-000161421
SubmittedSeptember 14, 2023
Last ModifiedOctober 1, 2024
Applies toArcGIS Pro
Version found3.1.3
Operating SystemN/A
Operating System VersionN/A
StatusIn Review

Workaround

Change a featureset into an array around line 44 as shown below.

var result = []

if(count(obs_int_eo) > 0){

for(var eo in obs_int_eo){

push(result, eo.EO_ID_SC)

return first(result)

}

}

Steps to Reproduce

Bug ID: BUG-000161421

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options