Forms/Data - I'm disconnected

New to Bubble and the learning curve is OK. I am making a form and each field is an input (text). Does this tool automatically create the “data/data source” for it or is that something that I still need to do? I have a disconnect there.

Under the Data: Data types/privacy/app data/option sets/file manager. I would think it would show up under app data but it is blank. I just thought as I am building the form it would build the database behind the scenes. Seems like I am missing something.

And is this GUI the developer mode?

Do you mean that you’re creating a database item for each input? Is that what you meant?

If you can show a bit more of your database structure and how your workflows are set up, it’ll help us help you hehe.

Share some detailed screenshots, it’ll be a pleasure to help you out!

You are not forgetting anything — Bubbledoes not create the database automatically from the form fields. Inputs are just UI. To persist data you need:

How to save form data

  1. Set the schema (types and fields)

    *Go to Data → Data types and create, for example, a type “Contact” with fields (name: text, email: text, etc.).

  2. Create the save workflow

    • On the “Send” button, create a workflow Create a new thing (Thing = Contact) and fill in the fields with This Input’s value* of each input.

    • Advanced alternative: Auto-binding (no Input → “Enable auto-binding on parent group’s thing”) — works only if:

      *Parent group has a loaded Thing
      *and the Privacy rules allow auto-binding for the current user.

    • Without this, nothing is saved.

##Why is “App data” empty?

*Data → App data shows the records already saved. It remains blank until you:

  • run the app (Preview), submit the form

This would be a good resource for you to look over. I think a To Do list app is a good example of a basic app. Check it out here: How to Build a To-Do List App in 10 Minutes, With Bubble Co-founder Josh Haas

Welcome to the Bubble Community! :tada: :confetti_ball: