List of text - replace comma with new line?

Hi

Is it possible to replace the comma from a list of texts with a new line?

So instead of having: banana, apple, pineapple i would like to have:
banana
apple
pineapple

Regards

2 Likes

You can use
:joinwith “line_break”

4 Likes

Thank you! it worked

This topic was automatically closed after 70 days. New replies are no longer allowed.