I am working in WGS 1984 UTM Zone 6N and trying to create a Pro Attribute Rule (in ArcGIS Pro 2.9.5) that populates the latitude (and another field for the longitude) in decimal degrees. I am able to populate the Northing in meters using: return Centroid(Geometry($feature)).Y but I cannot figure out how to get that to convert to get the result that I do using Calculate Geometry on the field in the attribute table. I would like to automate this calculation when features are created or edited to cut down on the time spent running calculations manually.