Hey All,
I want the below result. How can I have it?
Thanks 
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