Question about sending data from a clicked topic in a RepeatingGroup

I am fairly new to Bubble and have been stuck on this problem for a couple of days now. In a one-page app; I have a repeating group (RG) in it. The repeating group contains a list of topics; for each topic I show title & creation date.
What am I aiming to do:

  • When the title of one of the items in the RG is clicked, hide the group where the RG lives and show another group within that same page.
  • The group to be shown will need to have data for only the clicked item of the original RG.

I am struggling both to show the group based on clicking the topic of the original RG and in sending the data of that topic.

I hope someone can provide some guidance
Thanks!

Hi,

Could this be helpful ?

Michel

Thanks for answering. Well it’s close but she is using a RepeatingGroup in the Popup and I would not be interested in that; I would be looking to show only the data of the item clicked in the original RG.

If I use a Group instead of a RG in the popup, then I have trouble setting the Data source since I can’t seem to find a way to point to the clicked cell

I’m at a similar place you are.

i’m clicking on a RG item and then wish to send all the data (or a key) to the popup.
Then the popup must display the selected item.

This is for editing purposes a certain line item.

Did you come right and can you point me in the right direction perhaps?

@newsilverearth

That might help:
Demo: https://ambroisetestapps.bubbleapps.io/version-test/rgsend-data
Editor: https://bubble.io/page?type=page&name=rgsend-data&id=ambroisetestapps&tab=tabs-1

@jrojaslombarte do you still need help on this?

Cheers
Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

1 Like

Perfect thank you!