Repearing group shuffle

Hello fellow bubblers, i am building a language learning app and i’m wondering if it is possible in bubble to shuffle between repeating groups, that is alternating between a repeating group A and a B.

I wish to display a repeating group A for a specific kind of lesson and for a particular duration and a repeating group B for another kind of lesson all on the same page. I don’t want both to be visible at the same time.

thanks :slightly_smiling_face:

Hi @tetepierre69,

It is possible. One of the approaches is by creating two elements of repeating group which are not visible by default, then make either of them visible using conditional based on your scenario

Select each rg, right click, choose create group.

This will have each rg nested inside a group.

Select each group and set each to collapse when hidden

Add a button to the page and start a workflow, choose the action “toggle” and select any of the groups.

Preview and test by clicking the button

The above is one basic way to approach this. You can explore additional methods in YouTube channels Buildcamp and Coaching No Code Apps, among others.

Best of luck with your app :+1:t2:

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