Why not just use stored variables since that’s the recommendation by Thunkable staff? Or if you need a bunch of them, use a local data source (local db).
But this is local storage… not even a spreadsheet. Just individual keys that store data locally on the device. It’s just an outdated way of using stored variables.
I am using sets of different data that can be modified locally to be combined to show different results. It needs to be accessible offline, so I have to store the data on the device.
The info on Local DB page says: “At present, changes made to your Local DB data will not be stored across app sessions.”
So it seems that I have no other option than to use either local_storage (which I am using right now) or the stored variables, yes?
Hopefully it’s clear from what @muneer wrote but just in case it’s not, local data storage uses a Local Data Source that you create (table based / spreadsheet) in Thunkable and then pre-populate and/or populate using blocks from the Data Source drawer.