# Creating a local storage and then displaying the contents to a list on another screen

**URL:** https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594
**Category:** Questions about Thunkable X
**Created:** [January 14, 2019, 2:53pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594 "2019-01-14T14:53:49Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![tfountain](https://avatars.discourse-cdn.com/v4/letter/t/ed8c4c/32.png) [@tfountain](https://community.thunkable.com/u/tfountain)
#### Post date: [January 14, 2019, 2:53pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/1 "2019-01-14T14:53:49Z")

</div>

Hi I have been trying without success to create a screen than allows data entry into to text fields and the storage of an image to local storage. I then want to be able to display the contents to edit or view in another screen I have found tutorials for the classic version and in Hindi but noting in english with the new version. I have managed the store. I would be forever grateful is someone can help.

---

<div class="post-metadata">

### Author: ![Dennis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/dennis/32/30148_2.png) [@Dennis](https://community.thunkable.com/u/Dennis)
#### Post date: [January 14, 2019, 3:02pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/2 "2019-01-14T15:02:43Z")

</div>

Hi, the local storage has a save function and a get function. You could simply use the save function on your first screen and then save it into you local storage with a key. On the next screen you would have to use the get function with the same key in order to get the values.

Hope this helps a bit

---

<div class="post-metadata">

### Author: ![tfountain](https://avatars.discourse-cdn.com/v4/letter/t/ed8c4c/32.png) [@tfountain](https://community.thunkable.com/u/tfountain)
#### Post date: [January 14, 2019, 5:43pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/3 "2019-01-14T17:43:15Z")

</div>

Thanks  
Do I not need to create a list to display the items? if not thats easier than I thought

Tina

---

<div class="post-metadata">

### Author: ![Dennis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/dennis/32/30148_2.png) [@Dennis](https://community.thunkable.com/u/Dennis)
#### Post date: [January 14, 2019, 6:30pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/4 "2019-01-14T18:30:32Z")

</div>

If you have multiple items which you want to store under the same key then yes

---

<div class="post-metadata">

### Author: ![tfountain](https://avatars.discourse-cdn.com/v4/letter/t/ed8c4c/32.png) [@tfountain](https://community.thunkable.com/u/tfountain)
#### Post date: [January 15, 2019, 3:19pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/5 "2019-01-15T15:19:51Z")

</div>

Sorry I have a list to store in local storage the multiple items my problem is getting them to be a list in the following screen

---

<div class="post-metadata">

### Author: ![Dennis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/dennis/32/30148_2.png) [@Dennis](https://community.thunkable.com/u/Dennis)
#### Post date: [January 15, 2019, 3:55pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/6 "2019-01-15T15:55:58Z")

</div>

Here is an example, which shows what you want to achieve:

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

Hope this helps!

---

<div class="post-metadata">

### Author: ![tfountain](https://avatars.discourse-cdn.com/v4/letter/t/ed8c4c/32.png) [@tfountain](https://community.thunkable.com/u/tfountain)
#### Post date: [January 15, 2019, 4:45pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/7 "2019-01-15T16:45:59Z")

</div>

This is perfect thanks you so much. I had can see where I was going wrong. I intend to make an English tutorial for this as It had me stumped

---

<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, 12:16pm UTC](https://community.thunkable.com/t/creating-a-local-storage-and-then-displaying-the-contents-to-a-list-on-another-screen/64594/8 "2024-11-08T12:16:28Z")

</div>


