List showing with comma seperator rather than individually

I have created a list of items in my database. I am trying to use repeating group to show each item on the list in its own cell. But I am stuck with it just showing all of them in 1 cell seperated by commas.

Below is a picture of what I am getting and what I would like to have happen. Any help would be greatly appreciated.

image

It looks like you are joining them with a comma somehow. Or they are received like this.

Anyway, split them by comma in the repeating group data source and you will have a nice list.

Setup:

Preview:
image

Here is the editor if you want to see for yourself: Tests for Forum 10 | Bubble Editor

1 Like

That looks great but since the data source is a table it doesn’t offer the split by operator

The data type is set as a list of texts

image

When adding new items to the list this is how it appears automatically in the database table.

image

It looks like there is a problem in the design. But If this design is intentional, then, you will probably have two repeating groups. Outer is for the Onboards, and in a cell of this outer, create another repeating group. Inner repeating group’s data type will be text and data source will be current cell's service_zipcodes: split by(,).