List to tree

Hi,

I need help converting numbers from a list to a tree (and I want the tree to look like in the picture). I want each branch to consist of the two numbers in . I want to create a tree, where the branches are sublists. Where the sublist are the two numbers “next to each other” in the list.


Any advices?

Thanks

Use Partition List.

1 Like

You can also use Path Mapper.

1 Like

Thank you!