If you have an expression that calls for :each item’s [field], it automatically separates those items with a comma. I’ve been searching and searching to try and figure out how to change the delimiter from a comma to a new line.
Anyone know how to make this happen?
:split_by
line_break
Hi, Dustin.
You can use :format as text and content to show per list item to display your content, and for the delimiter, use a line break.
:format as text
content to show per list item
That was it! OMG thank you!
Couldn’t get that to work for some reason.
That’s because you need to use :split by (,) so use join with line_break. You need to type “line_break”, without quotes.
Well obviously… if you split by , then of course that will happen (that’s the whole point)…
This topic was automatically closed after 70 days. New replies are no longer allowed.