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