I may sound like a stuck record as I have brought this up before but I believe that the ability to view data in local tables is of upmost importance.
Most apps depend on the storage of data in some format and while Thunkable allows 4 native ways to do this along with connectivity via APIs, most of these methods rely on internet connectivity. As a developer, I am always cognizant that this may not always be possible, and that the app should still work.
So, I prefer to hold data locally and download/uploads updates when connectivity is available.
Writing an app to store data locally means that during the development and troubleshooting phases, one must be able to check the tables to ensure that the data that is supposed to be read into the app is there and any data written to the tables is done correctly.
The inability to see what is going on in local tables makes development quite tedious and time-consuming. I have tried using Google Sheets for initial development/troubleshooting and then once the logic was good, migrating to the local tables. As a workaround this is ok, but it means changing the blocks and can still lead to unnecessary errors.
I hope that the Thunkable team hears my plea and I encourage any other users in the community who share this view to add your voice to this feature request.
Hello @steve_synopsis
Thank you for creating this topic. I’ll pass it on to the team.
Local Data sources and local variables store their values locally so this is why you can’t see the user data.
Do you have the same issue with the app and stored variables?
If I am in the process of building an app and for example accepting input from the UI and storing it in a table, as part of the building and troubleshooting process I should be able to examine the table by going to datasources, selecting the table and seeing the data. I can do that with Google Sheets. My question is, why can’t I do with a local datasource.
I have a table with 453 rows that I pasted from Excel and I can see all of that data,