Page 1 / 1
Create a bounding box (Creator), larger than the area of the features.
Then feed all to the AreaonAreaOverlayer. This will create an attribute called _overlaps.
Any resulting polygon with _overlaps != 2 will be a place with multiple (>2) or no (1) polygons.
Thanks Erik. It works.