Delete Dimension Types

Hi all,
It seems i have the dreaded SecretInternalDimension issue in some of our files. I have managed to get rid of the arrow types and would now like to removed the dimension types, in this case 179,177,82, 64 and 19.

The graph created seems to isolate the types, but it wont delete them. Any ideas why this doesn’t work would be greatly appreciated.
PS. I did check and none of these are being used in the project.

Cheers

Hi @Andrew_Harp

You need Elements to delete. Currently you’re feeding as names. Remove List.Sort node and connect Element.Name to String.Contains to filter out DimensioTypeElements. Make sure you’re connecting Elements list to Filter.ByBoolMask List to filter Elements not the name. Does that makes sense?