How to Create a To Do App & Store the Items in a Stored List

Hey @stevepeirson2x9p2vv, please check out this example

you will want to set up that variable as an empty list if it is not set as such already. see the image below. The var will equal null on load. you cant add an item to a var set as null as if it was a list without making it an empty list first as seen below or making it a list that you overwrite.