Hi,
Is there a way to split up the list in the email I am generating with line breaks?
I read here Operators & Comparisons - Bubble Docs
:split by…
Returns a List of Texts version of the original string of text, using the argument as the separator between the items. Using a line_break separator will recognize each new line as a separate entry.
…but I cannot get it to work - the list comes out in one big blob. please help