Combine two lists at specific index

Im trying to add the “Unique items” to the bottom of each sublist. Example of what i want is in the code block. Any Ideas?

1 Like

You can try something with List.AddItemToEnd and let us know the result:

1 Like

I found a solution that worked for me. Thank you