I am trying to recreate a workflow that we had in ArcMap previously. Basically, we have two feature classes, one of which has more accurate geometry as well as some updated attributes. We want to keep the majority of the attributes in the original feature, but replace its geometry with that of the new feature, as well as replacing specific attribute values.
In ArcMap, the way to do this was through the Spatial Adjustment tool. We could set up attribute transfer mapping and it would automatically do both the geometry update and the attribute update by clicking first on one feature and then the other.
Is there a way to do this in Pro? We've tried the Transfer Attributes tool, but two issues: (1) the tool doesn't seem to have a way to transfer the geometry; and (2) when there are null values in the source, we don't want to overwrite the original data with the null, we want to just keep what's already in there. I'm sure there is a way to code this in Arcade but not sure where to begin with this.