Hello,
I have a filtered list of all elements in a category, and I want to know how I can remove specific items, such as “Union,” from this list.
I want to number my duct elements, but there are a couple of elements, like “Union,” that we do not want to be numbered.
How should I proceed?
String from Object then filter them once again? or Element.Name. plenty of options here
_Vijay
June 4, 2025, 10:09am
3
Yes, you are doing good. Just find the name or something common in those elements(such as the Name, Type, or Family Name), and filter them out the same way you’re showing in the graph.
It worked using String from Object and then String.Contains Union which gave a true/false list.
Thanks for the support guys still learning how to use Dynamo.