Group value in list

Hi guys,
I want to group value of list like under picture
What can i do to solved this issue?
Thank all.

List.AddItemToEnd is what you want. You can change the levels so it adds an item to the end of each sublist like below:

2 Likes

Hi @kennyb6
I solved my issue with your solution.
Thank you very much.