hello, maybe you can help me if it’s not too much trouble in a code that I’m testing but it doesn’t work out, I managed to save the data in local storage, but of course I want the data to be displayed in a text input through a list view and which clicking on the list view shows me the data for each of the text entries.
I do it this way but all the names are shown together in the text input just like the surnames. I want that when I click on one of the name items, the data of that name is shown separately.
If someone can help me I thank you
Hello, thanks for your answer and how would I go about saving the name and surnames and then clicking on the item and seeing the data in each text entry, that is, showing the name and surnames of a certain user, not showing everything in one text input.
Thank you very much for your contribution, one last thing, I don’t know how the local db works, but how do I create the Name and surname columns and save the data using a button.
You will see a list of available Data Source connections. Click the Create New button.
You will get to choose the Data Source Type, select Create your own table.
Type a name for your table and click Create.
You should be seeing something like this
Click on the column name like Column 1 x and change it to the name you want. Do the same thing for the other column. You can click on + New Column to add more columns. Like this.
Hope this will help you to setup the Local Table for your app
Thanks for the help, I got there but the code to save data in that table through code, that is, when putting name and surnames, for example, they are saved in the table, not put it directly in the table. I don’t know how the block would be
sorry but where is the create row block in the table because I don’t see it in thunkable when clicking on local db it comes out this way there is no such option
To show saved values, you need to view it in the app either by looping throw records or by using DVL (Data Viewer List). You will not see any data changes when you the table in the design page.