Hi there,
this time I have a question that might be a bit tricky: how can you loop through a featureSet (fs1) and check each time if the current ID is found in another featureSet (fs2)?
I basically try to achive a join field operation from ArcGIS Pro.
To illustrate:
I want to loop through fs1 containing IDs:

and for each ID in the loop, I would like to see if there is a matching ID in fs2.
My initial idea was to have a first for loop to move through the rows of fs1 and then have a second for loop nested within the first, which could pick up the current ID value and loop through fs2 to find a match. But I didnt manage to make nested for loops pointing at different featureSets working.
Any ideas?
Thanks in advance,
Merlin