I can’t edit text in a local data source. When I double-click on a cell, it should allow me to edit the contents but it instead replaces the contents when I type.
The cells don’t always update. I found that pressing tab will consistently save the new value but pressing return or clicking outside of the cell won’t.
How can I import a csv into an existing table?
How can I copy and paste data into an existing table? When I try to replace a column (or two), it duplicates the first row value and uses that for all rows.
How can I make the window larger? It’s only using about half my screen width and I would like to widen it to make data input and data checking easier.
Some of those aren’t possible right now but are good suggestions.
If you hit enter in a column, you can edit instead of removing the entire thing. Adding double click makes sense though.
Could you be a little more specific on the copy paste data part? Do you mean copy and pasting from within the table or pasting data from outside the table? You can highlight the area you want to copy and highlight the areas you want to paste into.
You can delete a row by right clicking (or doing the equivalent on mac). For column, it should be around where the header would be, right under “Table 1” or whatever the table is called.
I guess CSV Upload is not Available in THunkable. Still, you can Run an External Code and Convert the CSV File into CSV Text (Separated by Delitmers ), convert the CSV Text into a List, and finally insert it into a Local Data Source using the count with i Function.
This should be possible right now. You need the right amount of columns and rows before pasting to be able to display the data, but it should work for the most part.
@brianl It’s still not working for me with the correct number of rows and columns. When I paste unique values from an online table (e.g. from ChatGPT), it just copies the header or if I don’t have headers, it just copies the first row value: