Creating permanent lists in SNAP!

For a school assignment, I have to create an app that can store and track hours for members of clubs that need to do community service, however whenever I reload the app, the lists with the usernames and passwords reset even without me manually telling it to do so. I tried How do I make it permanent?

Is this what you mean?
Making Lists

No I mean just adding stuff to a list that never resets or clears

You can add items to lists like this:
Adding items to lists

As long as you don’t change the variable using Changing Var, the list should not reset.

Just save your project with your data…

or

You can use the database library to store values:
To store a list, use json like this:
untitled script pic (1)
untitled script pic (2)

the values will be stored locally on your computer

(to OP) To get these blocks, open the project menu (which looks like a piece of paper) and select "Libraries...", then look for "Database" and import it.