Is there a way to change the delimiter for :each items list to new line?

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

1 Like

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.

Screenshot 2023-06-18 at 22-13-51 Bubble - Visual Programming
Screenshot 2023-06-18 at 22-10-21 Bubble Editor - Wosocial


Screenshot 2023-06-18 at 22-12-23 Bubble - Visual Programming

3 Likes

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.

1 Like

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.