I'm wondering if it would be possible to update a M:N relationship table between a point layer and a polygon layer based on an intersect.
Example: I draw a polygon on a map that represents an area that needs to have tree trimming work. The polygon covers all of the trees (points) that need to be trimmed.
Upon polygon creation I would like the rule to grab the GlobalID all of the intersecting trees and push them to the relationship table and also grab the GlobalID of the polygon and match that in the corresponding rows of the those tree IDs.
The reason for this is to make it possible to utilize the many to many relationship within an application like Field Maps, which I don't think can be done out of the box.
Thanks for any suggestions!