String join items, in all sublists

Hi all. I’ve managed to join a string of a sublist using list combine but it only joins the items in the first sublist.

Not sure what I’m missing to get it to continue to perform the function on the other sublists. Any help much appreciated. Thanks!

1 Like

Does wiring one String.Join node after the list.RemoveItemAtIndex produce the desired result?

2 Likes

Figured out I was using the wrong function node. I was just a little trigger happy with list.combine when all I needed was List.map. Attached resolved screenshot if it helps anyone.

Wow again I was too fast… Your suggestion is much better gets rid of the excessive list structure. Thanks again!!!