It looks like you're new here. If you want to get involved, click one of these buttons!
To my knowledge, the line break character does not work within the Implode filter. Is there any way to pick multiple unique items from a table and place each one on a new line. The syntax I'm working with is:
[!2 TableName >> Sort]
Ideally, I'd like to be able to sort the items as well.
I've tried this syntax:
[!TableName]\n[!TableName]
but the shuffle is reset every time and it results in duplicate items being selection.
Any thoughts or solutions to this issue? Thanks.
Comments
Try the html line break, which is
<br>
:[!2 TableName >> sort >> implode <br>]
It should not reshuffle. Tested on a very small test generator. Good luck.