Repeating Group within a Repeating Group

I’m setting up a repeating group where each cell has some list within its thing, so i would need to add a Repeating group in the cell.

Is it possible?
How is the performance?
Is there a better way to do it?
Will the scrolling of the 2nd RG function well?

It’s possible. It won’t be quick, but it’s definitely possible. Depending on your needs, there may be other ways of handling it, but not sure what your exact use case is.

its a page where users post announcements, but each announcement has a list within.

I can limit users to add max 5 items in the list

Are the list items “Things” themselves? Or are they something like Texts?

they’re associated things on a seperate Type

This is very doable. It’s one thing I’ve been able to do quite reliably in Bubble.

Here’s a snapshot of an RG within RG. Obstacles can be added to the top RG using the input and button at the bottom. Possible solutions can be added to any obstacle using the input and button within any Obstacle cell. The added solutions are then shown in the nested RG.

Obstacle is a data type containing a field that is a list of Solutions.

I haven’t encountered any hint of performance issues.

I hope this is of some help.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.