The String.Join should have been the obvious choice here, but it acts different than most other nodes. It joins the strings in each sublist when you normally would expect it to combine the two lists. To make it work in this case, you have would have to transpose the list or use List.Combine: