Ability to Display User Input Data

I’m making an app that tracks nutritional statistics. Users input nutritional info and are able to see it from days/weeks before. How would I go about doing that.

Hi @thespicybon, welcome to the Thunkable Community!

If this is your first app I’d recommend you take a look at some of our tutorials first.

Once you’re comfortable with how everything works, then you can design a form with TextInputs and Labels that store data in the LocalDB when a button is pushed.