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!