# I need help saving data in app

**URL:** https://community.thunkable.com/t/i-need-help-saving-data-in-app/2571756
**Category:** Questions about Thunkable X
**Created:** [August 31, 2023, 5:43pm UTC](https://community.thunkable.com/t/i-need-help-saving-data-in-app/2571756 "2023-08-31T17:43:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rcszonehnp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rcszonehnp/32/158733_2.png) [@rcszonehnp](https://community.thunkable.com/u/rcszonehnp)
#### Post date: [August 31, 2023, 5:43pm UTC](https://community.thunkable.com/t/i-need-help-saving-data-in-app/2571756/1 "2023-08-31T17:43:41Z")

</div>

I’m trying to build an app to store my workout plans.

At some point I have a screen where I need some user inputs to calculate a value.

I need that user inputs and value to be stored in the app so next time I enter the app I don’t need to redo the same steps over and over again.

This is what I have so far:

 ![Captura de ecrã 2023-08-31 183951](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/d/ed07bc5a888f08f9d1b91523ec04772fa7985f36.png)

Also, in another screen, I’m trying to include a checkbox to keep track of the completed workouts. Same thing as i said before how can i get the app to remember this things? I’m having a hard time figuring out how variables and objects work…

 ![Captura de ecrã 2023-08-31 184233](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/a/0ab5b706b59b99f3b0df8addc5d557a1d2596c75.png)

Any help will be much appreciated!

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [August 31, 2023, 6:51pm UTC](https://community.thunkable.com/t/i-need-help-saving-data-in-app/2571756/2 "2023-08-31T18:51:30Z")

</div>

You’re using cloud variables which require Firebase. This is a powerful, flexible and difficult way to approach data storage in Thunkable. Do you have a need for Firebase? If not, and especially if you will be the only person using your app, I recommend using a local Data Source or Google Sheets (if you need online access to that data; just know that retrieving data from Google Sheets can be delayed).

You can learn more about various data sources in the documentation [here](https://docs.thunkable.com/getting-started/data-sources).

---

<div class="post-metadata">

### Author: ![rcszonehnp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rcszonehnp/32/158733_2.png) [@rcszonehnp](https://community.thunkable.com/u/rcszonehnp)
#### Post date: [August 31, 2023, 11:59pm UTC](https://community.thunkable.com/t/i-need-help-saving-data-in-app/2571756/3 "2023-08-31T23:59:20Z")

</div>

I think i found a way to make it work with google sheets. Thanks a lot!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [November 30, 2023, 12:00am UTC](https://community.thunkable.com/t/i-need-help-saving-data-in-app/2571756/4 "2023-11-30T00:00:18Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
