# How can I add a list to a list?

**URL:** https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444
**Category:** Questions about Thunkable X
**Created:** [January 11, 2020, 4:34pm UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444 "2020-01-11T16:34:39Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 11, 2020, 4:34pm UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/1 "2020-01-11T16:34:39Z")

</div>

![스크린샷 2020-01-12 오전 1.21.13](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/8/e8b6c9183500bc2c6b2f66d75eb2d0f9e26ea278.png)

I tried it like a picture.  
Insert at causes [,] to remain.

sum should make [,].

How can I neatly combine multiple lists?

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [January 12, 2020, 3:36am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/2 "2020-01-12T03:36:49Z")

</div>

Hi, @mom7667yafy! 👋

Since you are adding both `name` & `name1` into one list `alllist` before the sum, why not total that list only?

The reason why sum is not happening, because `","` is a string, and sum does not sum strings.  
So, instead of summing `name + "," + name1`, try this -  
`sum of list - app alllist`.

Thanks! 😊

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 12, 2020, 4:51am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/3 "2020-01-12T04:51:20Z")

</div>

![스크린샷 2020-01-12 오후 1.36.54](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/c/8c2dcb362857613b0bf8195b986b9cf3900c2491.png)  
 ![IMG_E104D0846900-1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/0/f0c58a757316a832614349782b4ed5f17c98f341.jpeg)  
I’m asking for a nice and easy way to combine lists into lists.  
I’ve tried this and that.  
I added another picture to try.

If you put 100 lists together, it’s incredibly painful.  
If you need to combine 100 lists, how do you do it?

---

<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: [January 12, 2020, 6:44am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/4 "2020-01-12T06:44:14Z")

</div>

I found the answer by searching the forums (result [here](http://community.thunkable.com/t/merging-two-list-together/324146/2)). Based on that topic, here’s a screenshot of what I did that worked:

![Screen Shot 2020-01-11 at 10.34.49 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/4/8439cad2f5893ff2550ebcb3b395ebc11771a247.png)

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 12, 2020, 7:17am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/5 "2020-01-12T07:17:29Z")

</div>

![스크린샷 2020-01-12 오후 4.04.55](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/c/6c5f61f2fc73fd68f16c1a87d5da230d3006bb8d.png)  
 ![IMG_7CAA093F89CB-1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/1/0166a5e16e5ef0a78fa11ac10369a66a1edc58c2.jpeg)  
Wow it’s amazing  
There is a simple but good way  
Thank you.  
This is the best way.

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 12, 2020, 7:58am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/6 "2020-01-12T07:58:00Z")

</div>

![스크린샷 2020-01-12 오후 4.43.32](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/2/a2d7103573c732d3ecedeba87b07dc0c4eedfd3a.png)  
 ![IMG_84D577AF5B62-1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/c/3ce1216b7e32135bb033358549afa2f5e9ccd1f0.jpeg)

There is a problem with the method presented.  
If the list is empty as shown in the attached figure.  
I want the list to be displayed as completely empty when it is empty.  
In the above picture, however, there are three items.  
How can I solve this problem?

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 12, 2020, 8:14am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/7 "2020-01-12T08:14:45Z")

</div>

![스크린샷 2020-01-12 오후 4.43.32](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/2/a2d7103573c732d3ecedeba87b07dc0c4eedfd3a.png) ![IMG_8304](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/d/cdd70feb752232e9215747a6f9dafdfee6917427.png)  
Using the method shown in the figure, if the list is empty, it will be displayed as empty.  
 ![스크린샷 2020-01-12 오후 5.02.08](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/4/44404ab3baf313e2f3e54f0e8be05c738cee166f.png) ! ![IMG_49885BC1BA77-1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/e/3e1a5d9660c71f702cc229dbd5ef2978fda458ea.jpeg)  
There is nothing wrong with having something empty and data.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [January 12, 2020, 10:16am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/8 "2020-01-12T10:16:02Z")

</div>

![изображение](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/d/1db88e969c80162abef48943f6bf9e3ad90ac327.png)

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 12, 2020, 12:36pm UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/9 "2020-01-12T12:36:47Z")

</div>

![스크린샷 2020-01-12 오후 9.22.17](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/1/812f877db5410ffc814b7437773a73b40985ff9b.png)  
 ![IMG_F36917C3C446-1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/e/6e48b0759d594a7731f7df7d806ed4ef8b6f1048.jpeg)  
I tested it.  
I have an empty list and it works as I want.  
It works perfectly.  
It’s rotten in two ways.  
You are amazing.  
I wouldn’t find it difficult to combine 100 lists.  
Thank you.

---

<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:46am UTC](https://community.thunkable.com/t/how-can-i-add-a-list-to-a-list/402444/10 "2024-11-08T11:46:03Z")

</div>


