i am building a custom widget for arcgis experience builder.
i am capturing the selected records (point geometries) from a data source, and need to get the amount moved after it was updated.
i can retrieve the geometry from all records before they were updated just fine.
after one is updated, just that one seems to lose its geometry information, and `DataRecord.getGeometry` returns `null`.
why exactly is that, and how can i retrieve the geometry again?