How to Dynamically Navigate UI Flows Based on Repeating Group Selection in Bubble?

How do I navigate the UI Dynamically based on the selected Repeating Group? this is a Multi Step form and those displayed are option sets inside a repeating group I already have the flow for the Adventures part but in rentals and shuttles I don’t know how to navigate it dynamically

1 Like

Hi Red, You need to store the page name inside the Repeating group’s data source, which is the Option set in this case. To create a custom attribute in the Option set and in the workflow you can add a “Go to page” action with the “Dynamic page name” option and select the current cell’s thing’s page_name.

1 Like

Would that be the case for the rentals as well? like putting a Dynamic Page on each group or UI that I have?

1 Like

You can do that for a repeating group, but if you are not using a repeating group, you can directly select the page, as it will be easier to maintain in the future.

1 Like

Thank you, maybe instead of having it as an Option Set I’ll have them display one by one not in a repeating group

1 Like

Yes, if the list is not that big and will not change in future much, then can display one by one. But repeating group is also cool feature if you want to learn advance bubble. Anyway! happy to help you.

1 Like