I am using Pro 3.2.4. We have a feature class of signs (points) and a feature class of streets (lines). The streets feature class includes the name of each street. There is also a polygon feature class of intersections. For each intersection, I would like to get the names of the streets from the street feature class and add them to attribute fields in the signs feature class for all points that fall in the intersection. I can do a spatial join using the street lines and the intersection polygons but the resulting output includes multiple polygons and I am not sure what tool to use next. Maybe I am not using the spatial join correctly or not with the right feature classes. What is the best method to accomplish this task?