Hey everyone,
I’m building my first webapp in Bubble and so far I’m really enjoying it and love the potential this has.
However, I’m a bit stuck. I’ve spent hours trying to get it done, watch YT videos and browse this forum for answers but I’ve yet to find anything so I figured I would finally ask for help…
I’m trying to build a ‘Bookmark’ ability into my Bubble app whereby a User clicks a Bookmark button and that saves the details of that current row in a repeating group into the Database, which then displays in another repeating group on a different page.
I have two data types:
User (Name, Email, User-Bookmarks)
UGC creator (Name, Email, Portfolio URL, Location, etc)
I’ve structured it so that ‘User-Bookmarks’ is a ‘List of UGC creators’.
(Not sure this is right for what I’m trying to achieve)
I have built one page called ‘Results’ and another page called ‘My Account’.
On the ‘Results’ page I have a Repeating Group which contains the ‘UGC Creator’ content (Name, Email, Portfolio URL, Location, etc) and the ‘Bookmark’ button. I have setup the workflow for the ‘Bookmark’ button like this:
When I look in the Database App Data I can see that it works, but it seems to save the repeating group row data as a Unique ID (not sure if this is okay):
On the ‘My Account’ page I have then built a Repeating Group where I’m trying to display the ‘User-Bookmarks’ data (basically the bookmarked UGC creators data) but this is where I’m having issues.
So far I have managed to display the ‘User-Bookmarks’ in the repeating group but I can only get them to display with ‘each items…’ (see image below) which puts everything in one row, i.e. When two UGC creators are bookmarked, instead of having 2 rows of data, it puts everything in one row. I’m thinking I might have just set the data source wrong for the Repeating Group but I’m so confused.
I’ve currently got a group in the repeating group and I’ve set them up as follows:
I hope I’ve provided enough information for this to be a straightforward answer. Any help I can get is massively appreciated.
Kind Regards,
Calum