How to add a {0} path in front of a tree structure?

I want to add a {0} path to any tree structure. I tried to add characters onto old path to make a new path with {0;x}, and then use “replace path” to replace the old ones. It works but runs very slow. Does anyone have better solution?

Share an example or the file
Try Path mapper than renumber mapping or try with Entwine

1 Like

Graft component can help.

1 Like

The flatten component accepts a path designation, then merge with the existing structure {0;x}

1 Like

that is a good one to know, I never noticed it before, good way to place something in a tree

1 Like

Cull any flattened data and you get an empty {0} branch

1 Like