Print List content appear as String

Hi, I've been trying to display the content of a List, item by item, as a string.

Note that I'm not trying to convert the list contents into String just display them next to each other, without double quotation (") marks, commas (,) and square brackets ([ ]).

Can anyone suggest any logic..? :thinking:

The JOIN WITH SEPARATOR list block is perfect for this.
I like '\n========================\n' as a separator.

1 Like

This worked, thanks a lot @Spicy_Topics

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.