I also have a problem with creating rows in the internal database (see screenshot).
Can you elaborate a bit on the problem you are facing? What happens when you try to create a new row?
Are you able to edit any of the existing rows?
I can create and edit Columns and Rows manually, but canβt use Create row block, it didnβt workβ¦ Nothing happens when I try to create new row by using this block.
This is my app:
I /think/ from my playing around over the last couple weeks (yep, Iβm new!) that adding rows adds them on the phone, but doesnβt update the local data source you can see on Thunkable itself. If thatβs the behavior you were expecting, that might be your problem. To see if youβre creating the row on the phone, try adding a dataviewer block - does the row show up there after you click the button?
The current Thunkable web live Test does not show contents of the local table and this is an old issue. I even wrote to @domhnallohanlon if he can look into it but seems there are a lot of more important issues on the table at the time being.
However, the data are actually there and can be accessed programmatically. I know this because I do the filtering of Airtable data through the local table and it always works but the table itself when viewed by the development platform shows different results.