I am moving workflows over to ArcGIS Pro and some require the usage of attribute rules. I like the functionality, but I am very new to arcade. So, here is my latest challenge. I have a point feature that has X and Y columns for coordinates of the point. The feature is in North Dakota State Plane South, and if I use the code "return Geometry($feature).X" it will return the x coordinate in state plane feet. I want to auto populate with longitude. Suggestions?