List to Tree

Hello Guys,
I want to repeat a data included in a list 7 times (for example) making it in a tree structure having 7 branches where each branch includes the original list data ?
Any advices ?
Thanks.

I guess you want copies of an entire list as a data tree? you can use duplicate data with partition list.

yes exactly this is it, thank you so much @Michael_Pryor