Next button showing next item in a repeating group

Hello everyone I have a repeating group that is displaying questions from a database I have setup that then lists the corresponding question when selected. I am wanting my next button to proceed to the next question in the repeating group.

For instance the next button is pressed and the next question is selected.

I am also needing help when my pop-up is first loaded to by default show the first question. Here when the page is fresh and the popup is initially opened it shows no data until a question is selected.

Hey @kylynn.rees :wave:

You don’t need a repeating group for this. Just check this answer I have created for another post:

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

Hello Flusk here is what some of my workflows look like maybe I have something setup differently.



It looks ok as far as I see. Maybe show us what is the data source of the parent group of that text element in the image in the middle?

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

Here is the parent group

This also looks fine.

If the next button is inside the repeating group, the next button will set the custom state to the Search for 1 Basic Questionnaire's item # ( Current Cell's Index + 1) and it would work. If the button is outside repeating group, it won’t work with this custom state structure, it needs an index as a number custom state.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

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