Not entirely sure what you are after, but instead of List.Create, try an == node to test if the value is equal to "", then wire that into the FilterByBoolMask node.
You are deleting the elements that do not meet the requirement === “”, because you are using the out output for the filter.
Instead, try the in, this returns all the elements that are found true in your previous check
Yes it works well for the parameter i mentioned in string , But now i noticed that it removes other tags that reads other parameter values.
Do you think a minor modification in the above graph may help to remove all orphaned tags in a project instead of removing specific ones?
Delete unused tags.dyn (16.9 KB)


