Workbook-Like App

Hi Bubble Ninjas!

I’ve just spent my first week on Bubble and can I say I am both amazed and overwhelmed by what Bubble can do! :smiley:

I’m trying to build a workbook-like app that is accessible on both mobile and web, specifically the app is a digital journal/diary which allows the user to answer questions (think a digital workbook or digital pdf) and take notes and save whatever they wrote down to reference in the future.

Right now, I’m stuck trying to figure out how to grab and show data that a user has filled out already on a page when they revisit the app/page. I’m thinking I should use auto-binding, since this seems to make the best sense.

I’m also trying to figure out how to best organize the data model, since this is more of a workbook-type product. It seems like each “question” would just be a column in a sheet and the spreadsheet would have seven “sheets/tabs” in one file, is using the spreadsheet way to explain the way the data should be stored.

Thank you in advance for any pointers!