Create a checklist with saved data

Hello,

I’m trying to figure out how to create a checklist that gets tied to each users account, and then saves when the checkbox is checked. Right now when I log on as my test user or refresh the page, I lose the check mark.

1 Like

Have you been through the tutorials? I believe there is one on storing and retrieving values from the database. I think there is also an example ToDo app or a template somewhere. You should be able to find all the information you need from those.

I did check the templates, did not find anything. I’ll take a look back at the tutorials and see if it helps.

If someone has any other information that would be great.

Thanks!

Have a look at “Defining a field as a list of things” tutorial. That will show you how to store things on the user.

You can then use either Autobind, or “When xxx has changed” (if it is checked on database, uncheck it and vice versa) to make the changes.

Did you find a solution to this? I’ve encountered the same issue

1 Like