I'm using ArcGIS Pro 3.1.1
I've created a new field, "nearest_address" for a polyline feature class called "ssMains". I'd like to populate that field with information from the field "SitusAddress" from a polygon feature class "Parcels" for the closest parcel to the beginning of each polyline.
Is there some python code I can run in the field calculator to do this?
Thanks!