Hello.
I am working on a social network based app and I’m having trouble with repeating groups.
So basically for the users, they each have a list of the title of the book that they like (field 1) and also a corresponding list of reasons why they like that book (field 2).
My question is, would it be possible to make repeating groups that have one line showing the title of the book and another line right under it showing the reason why they like the book?
It would look like this
[repeating group cell 1]
1st book title
1st book reason why
[repeating group cell 2]
2nd book title
2nd book reason why
Complementing @adamhholmes great guidance, I suggest the following:
Set up your dB like this:
Book
Title (text)
Reason (reason)
Reason
Title (text)
Set up an rg of 1 row 1 column of data type “book” and data source “search for book)
Insert a text element in the rg and set it to “current cell’s book title”
Insert a 2nd text element under it and set it to “current cell’s book reason title”