My app needs to be offline so I won’t be using Firebase database. My options are to use Stored variable or Local storage or LocalDB (Looks like TinyDB is not available in Thunkable X).
How can I create tables and search or filter my data like a WHERE clause using an offline data storage?
Any suggestion on the best way to setup local data with e unique keyID that I can use to filter/search my data with?
Please help! Thunk you!