[Solved] Offline Data Search

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!

See scrFinder on project

https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/

Thanks! very helpful project!