I'm pulling my hair out. Having never used file storage, I would like to use datafile component to store what would essentially be an X columns by Y Rows (appending every time a new row is added).
I do not want to use TinyDB, or Google sheets - simply a FILE that I can save, but after inserting a DATAfile component into designer, and looking at the options in BLOCKs, the only block I can understand how to use is CALL DataFIle.readfile !
Thanks Taifun, I will follow your links and have a read. I thought to use Files instead of TinyDB so that I can copy the file from one tablet to the next - perhaps this is possible with a TinyDB?
after transferring the file to another device you have to use SAF to access it, which might be a bit complicated... therefore using an online database is easier imho...