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.
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(,).