[Solved] How Can I add or delete Information to a List Viewer and save it or delete it from Local Data Base?

Hi Thunkers! I need that the User could add or delete information using a List Viewer and I need that those changes be saved in the Local Data Base/Storage… So the user could close open the App then and could find the same information that he Added before… Thanks!

1 Like

Hi there,

The Local DB component doesn’t store changes to its data between sessions.

What I’d recommend is adding/removing items from a list, then saving that list as a stored variable.

You can see an example of this in @darren’s To Do List tutorial. Where he uses a cloud list, you can use a stored list.

3 Likes

Hi again, @Leito! :wave:

This is the feature I added as Notes screen in my Hackathon’s app.

It’s on notes & todo screen in my app -

https://x.thunkable.com/copy/cb1f685dad51385c76c64848b9fb9aec

I think this screen perfectly matches your requirement :wink:

Note: - if you have a signup screen in your app, then store a empty list in your local storage wih tag “notes” -

image

Thanks! :blush:

3 Likes

Thanks you very much both!! @jane @kartik14 :star_struck::star_struck:

2 Likes

@Leito
So, if I solved your problem, then mark my post as solution :smile: :white_check_mark:

Thanks! :blush:

2 Likes