Arcade Attribute Rules in ArcGIS Pro - Attribute Pane vs Attribute window

601
2
06-13-2019 09:12 PM
FraserHand1
New Contributor III

Hi,

I have a calculation rule like this:

var fsLyr = FeatureSetByName($datastore, "Layer, ["fieldid"], true);
var fsLyrInts = Intersects(fsLyr , Geometry($feature));
var myfeat= First (fsLyrInts );
return myfeat.fieldid;

When editing in the Attribute pane and creating / editing features all works as expected.

If I RMB on the layer -> Attribute Table and make an edit on the selected row - when I try to commit I get 

So I'm assuming the row update creates the $feature differently?

Anyone had this?

Thanks

Fraser

0 Kudos
2 Replies
JenniferCadkin
Esri Contributor

which version of Pro?

0 Kudos
FraserHand1
New Contributor III

Hi there, 2.3.3 - up to date - no updates available. I haven't tried in the 2.4 beta.

Thanks

Fraser

0 Kudos