Combine sublist into list of strings

Hey All,

I want the below result. How can I have it?

Thanks :slight_smile:

in the mean time I have found Konrad’s “List to string” that works great

Convert the numbers to strings and use a string.join node with a " | " string as the separator.

Edit: Added an example