# How to save my changes

**URL:** https://community.thunkable.com/t/how-to-save-my-changes/3272191
**Category:** Questions about Thunkable X
**Created:** [October 15, 2024, 12:28am UTC](https://community.thunkable.com/t/how-to-save-my-changes/3272191 "2024-10-15T00:28:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lk205031736tg2qjs](https://avatars.discourse-cdn.com/v4/letter/l/a87d85/32.png) [@lk205031736tg2qjs](https://community.thunkable.com/u/lk205031736tg2qjs)
#### Post date: [October 15, 2024, 12:28am UTC](https://community.thunkable.com/t/how-to-save-my-changes/3272191/1 "2024-10-15T00:28:31Z")

</div>

So I’m making a app for my class and I went the basic “Motivational Quotes” route. I want to make it so that you can change the quote once a day but I don’t know how to make it so that when you press the “Change Quote” button it actually saves. When I leave the screen and come back it allows me to Change the quote again and I don’t want that. I need to know how to make that save.

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [October 15, 2024, 6:56am UTC](https://community.thunkable.com/t/how-to-save-my-changes/3272191/2 "2024-10-15T06:56:16Z")

</div>

Hey there! Welcome to the Thunkable Community!

You have to use a block called a variable, in this case a stored variable which allows the user to save data between app sessions. I determined whether the button should be rendered disabled or not based on the date input’s date.

 ![Screen Shot 2024-10-15 at 10.44.49 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/2/62ede057c3f0e37b511bb5747b0768f8003bbd4b.jpeg)

Try something like this, should work, I tested it. If you want to test it again, use the block when date input date picked, if stored variable date \< call date input’s get date set button 1’s disabled to false else set button 1’s disabled to true.

Hope this helps!

---

<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: [January 13, 2025, 6:56am UTC](https://community.thunkable.com/t/how-to-save-my-changes/3272191/3 "2025-01-13T06:56:28Z")

</div>

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