Hi all,
I have a cleanup workflow in Dynamo for Civil 3D that selects drawing objects and filters them by type (blocks, lines, circles, polylines, etc.).
The issue is performance: if the selected list does not contain any BlockReference, I want the workflow to stop immediately instead of continuing with the rest of the calculations.
Is there an existing node or recommended approach to:
-
scan the object list first
-
detect whether a
BlockReferenceexists -
and terminate or bypass the rest of the graph if none are found?
Any advice would be appreciated. Thanks!

