# Can I make progress save on thunkable between screens?

**URL:** https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389
**Category:** Questions about Thunkable X
**Created:** [May 17, 2024, 3:06pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389 "2024-05-17T15:06:46Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![tbinyasirq5egu](https://avatars.discourse-cdn.com/v4/letter/t/c57346/32.png) [@tbinyasirq5egu](https://community.thunkable.com/u/tbinyasirq5egu)
#### Post date: [May 17, 2024, 3:06pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/1 "2024-05-17T15:06:46Z")

</div>

I mean, if I go to a screen, then do something on that screen, and then go to another screen, then back. How do I make sure my progress is saved?

---

<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: [May 17, 2024, 4:19pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/2 "2024-05-17T16:19:02Z")

</div>

You’ll need to manually save each value. If you say more about what exactly you’re wanting to keep track of, I can be more specific with my answer.

·····················································································································  
Need help? [How to Ask Great Questions](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983) ✨ [Debugging A Project](https://community.thunkable.com/t/debugging-in-thunkable-x-video/849471) ✨ [API JSON Tutorial](https://community.thunkable.com/t/api-json-tutorial-video/1140575)

Want to hire a Certified Thunkable Expert? [Elevate your app with Tatiang on Fiverr](https://www.fiverr.com/s/726B4a)

---

<div class="post-metadata">

### Author: ![tbinyasirq5egu](https://avatars.discourse-cdn.com/v4/letter/t/c57346/32.png) [@tbinyasirq5egu](https://community.thunkable.com/u/tbinyasirq5egu)
#### Post date: [May 17, 2024, 4:40pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/3 "2024-05-17T16:40:09Z")

</div>

I coded it so that it disappears when I press a button, but it reappears when I return to the screen. I want to make it so it stays gone.

---

<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: [May 17, 2024, 6:59pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/4 "2024-05-17T18:59:32Z")

</div>

Please click on the link for “How to Ask Great Questions” below. You need to include a lot more information. Words like “do something” and “it” are too vague.

·····················································································································  
Need help? [How to Ask Great Questions](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983) ✨ [Debugging A Project](https://community.thunkable.com/t/debugging-in-thunkable-x-video/849471) ✨ [API JSON Tutorial](https://community.thunkable.com/t/api-json-tutorial-video/1140575)

Want to hire a Certified Thunkable Expert? [Elevate your app with Tatiang on Fiverr](https://www.fiverr.com/s/726B4a)

---

<div class="post-metadata">

### Author: ![tbinyasirq5egu](https://avatars.discourse-cdn.com/v4/letter/t/c57346/32.png) [@tbinyasirq5egu](https://community.thunkable.com/u/tbinyasirq5egu)
#### Post date: [May 17, 2024, 7:34pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/5 "2024-05-17T19:34:13Z")

</div>

It is a button

---

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [May 17, 2024, 7:38pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/6 "2024-05-17T19:38:56Z")

</div>

you have to explain more what you want to do

---

<div class="post-metadata">

### Author: ![samir.henry3rz](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/samir.henry3rz/32/176572_2.png) [@samir.henry3rz](https://community.thunkable.com/u/samir.henry3rz)
#### Post date: [May 17, 2024, 11:34pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/9 "2024-05-17T23:34:17Z")

</div>

I think I understood. for example, when filling out a report on one screen, you click to advance to the next screen, but when you return to the previous screen you want the completed data to remain there. You can create temporary global variables for each value received, so when you switch screens and return to it, the values ​​will still be there.  
So when you go through all the screens, when you click finish, take steps to save everything in the database.

---

<div class="post-metadata">

### Author: ![pacecode](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/pacecode/32/209017_2.png) [@pacecode](https://community.thunkable.com/u/pacecode)
#### Post date: [May 18, 2024, 1:53am UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/10 "2024-05-18T01:53:12Z")

</div>

Yes, thunkable Auto-Saves in Time-Interval According to your Project’s size

* * *

Want to hire a Certified Thunkable Expert? [Whoocoder | Thunkable Expert | Order Now On Fiver!!](https://pro.fiverr.com/certified/thunkable?utm_source=fiverr_certified&utm_medium=homepage&utm_campaign=certified_home&service=thunkable-project&active_expert_id=147498421)

---

<div class="post-metadata">

### Author: ![tbinyasirq5egu](https://avatars.discourse-cdn.com/v4/letter/t/c57346/32.png) [@tbinyasirq5egu](https://community.thunkable.com/u/tbinyasirq5egu)
#### Post date: [May 18, 2024, 4:53am UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/11 "2024-05-18T04:53:08Z")

</div>

I click a button. I coded it so it disappears when I click it, but when I go back to the screen, the button is there again; how do I make it so it stays gone and doesn’t come back when I change screens?

---

<div class="post-metadata">

### Author: ![tbinyasirq5egu](https://avatars.discourse-cdn.com/v4/letter/t/c57346/32.png) [@tbinyasirq5egu](https://community.thunkable.com/u/tbinyasirq5egu)
#### Post date: [May 18, 2024, 4:54am UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/12 "2024-05-18T04:54:49Z")

</div>

Thank you, could you please explain how to make global variables.

---

<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: [May 18, 2024, 4:08pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/13 "2024-05-18T16:08:34Z")

</div>

You’ll need to use a variable to save a value related to the button state. That would look something like this:

```auto
Initialize app variable showButton to true

When button is clicked
     set app variable showButton to false
     set button's visible to false

When screen opens
     if app variable showButton = false
          set button's visible to false

```

If you want the button state (visibility) to be saved when the user quits and re-opens the app then you will need to use a _stored_ variable instead of an _app_ variable.

---

<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: [August 16, 2024, 4:09pm UTC](https://community.thunkable.com/t/can-i-make-progress-save-on-thunkable-between-screens/3009389/14 "2024-08-16T16:09:01Z")

</div>

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