# Data not showing after switching screens

**URL:** https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516
**Category:** Issues / Bugs
**Tags:** help
**Created:** [November 26, 2023, 3:54am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516 "2023-11-26T03:54:21Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![kingsley0416](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kingsley0416/32/168301_2.png) [@kingsley0416](https://community.thunkable.com/u/kingsley0416)
#### Post date: [November 26, 2023, 3:54am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/1 "2023-11-26T03:54:21Z")

</div>

I’m making a prototype of a game, users first enters a “How to play” page, after clicking a checkbox, it proceed to screen 2(the main game). Everything went smooth until it didn’t show any data on screen 2 after switching screen, what’s wrong?

Screen 1&2:

 ![screen1and2](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/9/59756128c1324eef70c86214c716a3b6cdce82b9.png)  
Expected:  
 ![Expected](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/5/a505622690b230b76fdbb8085ffd2a806f00becf.png)  
Reality outcome:  
 ![Reality](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/1/616b0ae095953fe05af217426db9055c8c7b8e06.png)

---

<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: [November 26, 2023, 4:21am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/2 "2023-11-26T04:21:12Z")

</div>

![Welcome Thunkable Beaver](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/7/6709d4448db1ddc94b16b56e0fd90e34e6e9a074.png)

Please share a link to your project so we can see your blocks and determine why it’s not working.

---

<div class="post-metadata">

### Author: ![kingsley0416](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kingsley0416/32/168301_2.png) [@kingsley0416](https://community.thunkable.com/u/kingsley0416)
#### Post date: [November 26, 2023, 4:23am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/3 "2023-11-26T04:23:47Z")

</div>

[https://x.thunkable.com/copy/4c118127c8dcdfe109b8b18a8af13c96](https://x.thunkable.com/copy/4c118127c8dcdfe109b8b18a8af13c96)

---

<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: [November 26, 2023, 4:58am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/4 "2023-11-26T04:58:45Z")

</div>

These blocks will not work because Thunkable is expecting a number (integer) after the # symbol but you’ve given it a list variable:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/d/5d3e15e28ee1bc5dcc8e0c9d6da1eecc07059a30.png)

Depending on what you’re trying to do, you can probably just set 1’s Text to in list app variable LIST get #1, set 2’s Text to in list app variable LIST get #2, etc. No need to remove any list items. And if you _do_ need to remove list items, you can set each Text value to get and remove #1 because the first item will always be unique (1, 2, 3, or 4 as you’ve initialized that list).

---

<div class="post-metadata">

### Author: ![kingsley0416](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kingsley0416/32/168301_2.png) [@kingsley0416](https://community.thunkable.com/u/kingsley0416)
#### Post date: [November 26, 2023, 5:09am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/5 "2023-11-26T05:09:54Z")

</div>

The app variable LIST is set to a shuffle number from 1 - 4, but not a list contains 1, 2, 3, 4. I would like to get a random number than show it as the button’s text, repeated for 3 times(in other buttons) with no duplicated numbers.

---

<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: [November 26, 2023, 7:33am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/6 "2023-11-26T07:33:40Z")

</div>

Try this… I moved the first screen to the top of the component tree.

Project link: [Thunkable](https://x.thunkable.com/copy/27cf8a742fcdf03d6f6b19233e0f4a2e)

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/8/a8cdd555b3bb8e7764a9ca517d0e6af434b0a634.png)

---

<div class="post-metadata">

### Author: ![kingsley0416](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kingsley0416/32/168301_2.png) [@kingsley0416](https://community.thunkable.com/u/kingsley0416)
#### Post date: [November 26, 2023, 7:40am UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/7 "2023-11-26T07:40:11Z")

</div>

Yep, it worked. Thx for your time.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:33pm UTC](https://community.thunkable.com/t/data-not-showing-after-switching-screens/2722516/8 "2024-11-08T13:33:17Z")

</div>


