Repeating group - retrieving data

Hi Bubblers,

I have a repeating group that contains images. The images come from a pop-up uploader. The repeating group is named (e.g. “List A”) and the user can create multiple lists each with its own repeating group containing the relevant uploaded images. My question is - when the user switches between “Lists” how do I display the correct collection of images that correspond to the “List” the user has selected?

Thanks!

Hi tariq,

If I understand you correctly, we had a similar set up in our app.

People could create short tips and lists, with lots of short tips.
We had a data type tip and a data type list. The data type tip could have images and text as its fields.
Each data type list had a list of tips as a datafield.

Now each user also had a field, list of lists.
When they create a list, that list is added to the current users list of lists.
This gives you the chance to create a repeating group showing all the users lists. (Current users list of lists is the data source)
When a list in this repeating group is clicked you can show a popup and then send current cells list into the popup using the element action display data.
In the popup is a repeating group content type tips which shows the popups list of tips.

If this is confusing for you, happy to go on a quick call to screenshare with you.

best regards
Julius


Need some short bubble tips? check out tiplister.com. Here anyone can share & vote for short tips on their favourite topics.

Thank you so much Julius. I’ll try doing that on my app, if I can’t get it to work I may take you up on the offer of a quick call :slight_smile:

Thank you again.

1 Like