I want to display the Repeating group Element details on the other page

I want to display the Repeating group Element details on the other page. I am attaching the screen shots.



If the user click on the Module details, then the app will navigate to other page name module details and diplay the Module details on the other page group… Please help me

Assuming the destination page has the correct content-type, then just ‘send’ the current cell’s thing (or parent group’s thing, depending on how you’ve set things up in your RG).

If the page doesn’t have a content type then include the unique ID or slug as in the URL path (or the unique ID as a query parameter), then take the appropriate actions on the destination page to access the data (but doing things the standard Bubble, i.e. with a page content type, way is much simpler).

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