I’m creating a journaling app on bubble, and I want to set up a page that can let my user look at their previous jorunals with the date, mood and journal input. I have zero ideas how to do that and I’m looking for a way where after the submit button is clicked, it will start a new journal entry. But also when it is submitted, I can look at previous journal input in another page.
Create a data type “journal”
Create a page and set its content to “journal”
Create a page “dashboard”
List journals there and on click of each use the action “go to page” (choose the journal page) and send the current row journal to that page
On the journal page show its details
How do I list the journal?
Repeating group or Table elements perhaps?