Hello everyone
Is there any way to retrieve the path number of the outermost branch and get them as a list? I’m trying to make a list where the contents are the numbers 296, 298, 326… and so on.
Thanks in advance!
Hello everyone
Is there any way to retrieve the path number of the outermost branch and get them as a list? I’m trying to make a list where the contents are the numbers 296, 298, 326… and so on.
Thanks in advance!
simplify get tree statistics, then deconstruct path, then list item if it still has multiple branches.
Do note the tree statistics gives you flat list so you may need reconstruct complex paths if you want to use that # in the original structure.
Thank you very much Rickson!