Can this be created in Thunkable

I have found this as an example. But this is created with MIT app inventor. Can this also be done in Thunkable ? This is a app that works wijt TinyDB and check if there is a value in the db.

there is a local Storage (tinyDB) in both thunkable classic and Thunkable X. So yes it is possible.

Hello there, @jphermans!

Welcome to Community! :tada:

Yes. it’s possible. as @samclever mentioned, there is a local Storage (tinyDB)

We can do through that…

Plz Have a look :
image


You may rename the Local_Storage1 with tiny db, and treat key as tag for ease. :smile:

Hope it helps! :wink:
Thanks a lot! :smile:

1 Like

Ahah,idk the local storage means tinydb. …
(Didn’t touch classic

1 Like

just for ease :wink:

Even I using it for sign in , register account. For almost blurred.

1 Like

I will try this solution. Thanks for the answers.

2 Likes

If it works please click the 3 dots on the post that was your solution and click solved. It helps keep the forums clean and gives credit to the solver. Happy Thunking!!

1 Like

Does not work yet. Here is the project. What I want is following. Creating a password stored in local db and when the next time open the app check if the password is there with a flag and then go to the other screen when flag is 1 otherwise give a password and then go to other screen.
link example project: my example

Try this now :

Hope it helps! :smile:
Thanks! :wink:

2 Likes

Thank you Kartik, this works.

1 Like

Mark it as a solution! :white_check_mark:

It will clear this topic from community :wink:

1 Like

Glad to see you got a solution to this Jean-Pierre,

Jane has an alternative approach here with saved details:

And if you continue down that thread, there is also an auto-login example by @BlueWhaleYT

2 Likes