Hi, how do i write data to localdb in thukable x

hi, how do i write data to localdb in thukable x

Hi, welcome to Thunkable!

You can learn about creating tables to store local data in the documentation:

okay, that’s already done, I localdb, what I need to write to the table.

The Create Row block will add a new row of data to your database.

that’s the problem, he’s not adding the line I did there

Okay then you need to really simplify this to test it.

What happens if you have when Button1 Click → create row? Just those blocks, nothing else.

If that works to add a row to your database then it’s the IF condition that is the problem in your screenshot.