Can't save to local database

Hey guys. I’m trying to save inputs text to a local DB table but for some odd reason it does not save into the DB. Am I missing something with my logic below or do I need a membership to be able to do this?

Hi cannabisxrsa65u9cl, welcome to Thunkable! :tada:

Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!

Storing data is not tied to a specific plan, it is available to all Creators on Thunkable. If you’re creating rows in a local table data source, you would need to set to the source as a Stored Data Source, otherwise the table will reset each time you open the app.

Hi,

Just to note, you are only able to view the first 3 rows in a local table (this is something that has come up time and time again and the developers have been asked if this cannot be changed, but so far nothing). This means that the data may be being saved to the database but as you are not able to view it, you may think that it is not being stored.

What you can do to make sure that the data is being stored is to include a label called confirm, set it to the number of rows in the table as well as the last row of the table and display it after each submission.

Hope that this helps you.

Steve

1 Like

Hi @cannabisxrsa65u9cl
This is probably happening because one of the Text inputs or the DateInput is not set

So data will only be stored if all cells will have data?

@steve_synopsis yes. You could set empty text using the “Test, If True, If False” block.

1 Like