# Multilevel data store in the same variable list

**URL:** https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966
**Category:** Questions about Thunkable X
**Created:** [May 6, 2020, 10:06pm UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966 "2020-05-06T22:06:14Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Andrea\_Marchisio](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@Andrea\_Marchisio](https://community.thunkable.com/u/Andrea_Marchisio)
#### Post date: [May 6, 2020, 10:06pm UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966/1 "2020-05-06T22:06:14Z")

</div>

Hello @jared  
I’d like an advice about store data into a list: in my picture I store in my list (StoreList) just one kind of value from json … but if I need to store other information I cannot so I have to use another list variable. is it possible to store multilevel information in the same list?

Thanks  
Andrea

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

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 6, 2020, 10:10pm UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966/2 "2020-05-06T22:10:38Z")

</div>

😜

I’m not with my computer. Give me a bit and I’ll get back to you. The answer is yes( I think)

Can you describe this further or draw out what it may look like.

---

<div class="post-metadata">

### Author: ![Andrea\_Marchisio](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@Andrea\_Marchisio](https://community.thunkable.com/u/Andrea_Marchisio)
#### Post date: [May 6, 2020, 10:30pm UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966/3 "2020-05-06T22:30:28Z")

</div>

Ciao,  
I’d like to store “Citta”, “Descrizione”, “Latitudine” and “Longitudine” in the same time in the same variable list so I can use then later in four different labels (without using four different variables).

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/4/04e5fde0202065d51ac00641ce9b0eac3f81e41a.png)

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/6/66bdbed947ab21747302a8b2bfd58f889c19ed6a.png)

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 6, 2020, 11:18pm UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966/4 "2020-05-06T23:18:50Z")

</div>

Could you create a list of your own objects. 1 object per store? Save that as the variable?

---

<div class="post-metadata">

### Author: ![Andrea\_Marchisio](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@Andrea\_Marchisio](https://community.thunkable.com/u/Andrea_Marchisio)
#### Post date: [May 7, 2020, 9:58am UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966/5 "2020-05-07T09:58:02Z")

</div>

now I splitted my variable list in four variable so I stored four times different values (so my page works).  
Then I try to create multilevel list … in my point of view is more pratical to use through the screens

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 7, 2020, 11:10am UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966/6 "2020-05-07T11:10:14Z")

</div>

What about a list made up of the 4 lists. You reference each item like

From list ( get item {1} from {master list} ) set # \_\_ as

Master list would be the 1 variable with sub levels

---

<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, 11:29am UTC](https://community.thunkable.com/t/multilevel-data-store-in-the-same-variable-list/564966/7 "2024-11-08T11:29:23Z")

</div>


