# Unable to add user input from textbox to list

**URL:** https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331
**Category:** Questions about Thunkable X
**Created:** [October 17, 2018, 8:25am UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331 "2018-10-17T08:25:49Z")
**Posts on this page:** 17
**Page:** 1

<div class="post-metadata">

### Author: ![CD\_MA](https://avatars.discourse-cdn.com/v4/letter/c/a587f6/32.png) [@CD\_MA](https://community.thunkable.com/u/CD_MA)
#### Post date: [October 17, 2018, 8:25am UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/1 "2018-10-17T08:25:49Z")

</div>

Hello! I’m trying to create a to-do list and the idea was when they user clicks the add button, the text currently in the textbox is added as an element to the list, but nothing’s appearing when I test it on Live.

Here’s my code:

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

Thanks very much 🙂

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 9:18am UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/2 "2018-10-17T09:18:20Z")

</div>

Hey ! Instead of using a variable, directly inset the listviewer block in the `in list insert at`

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 4:02pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/3 "2018-10-17T16:02:50Z")

</div>

absolutely like @AcrobatEpee told you.

But be aware of the current bug: Currently it is not possible to insert at last in a listviewer which is empty!

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 4:08pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/4 "2018-10-17T16:08:37Z")

</div>

Hey @User81 ! I am having this issue of not being able to add in last, how do I fix it ? Should I add something like whatever and then start my list ?

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 4:22pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/5 "2018-10-17T16:22:05Z")

</div>

> [@AcrobatEpee](#):
>
> how do I fix it ?

Either use this

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

or avoid insert at last with listview. You might use a list variable and in the end assign the final list variable to listviewer.

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 5:41pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/6 "2018-10-17T17:41:43Z")

</div>

Hey ! I did this but still not working 😕 PLacing it at first isn’t good ?

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/3/2348cbb86991ca071781760597cdf67736eb1031.png)

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 6:02pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/7 "2018-10-17T18:02:59Z")

</div>

> [@What should I put when no value is found](http://community.thunkable.com/t/what-should-i-put-when-no-value-is-found/49661/5):
>

your checking “if not null” is bad

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 6:04pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/8 "2018-10-17T18:04:41Z")

</div>

sorry, this may sound hard, but your blocks are in a not so good order.

please share your project so I can arrange your blocks new

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 6:11pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/9 "2018-10-17T18:11:14Z")

</div>

Hey ! My screenshot is just as you suggested in the article you sent. And my blocks are working fine so don’t waste your time for this hahaha. Can you just show me a method for which the first item of my list will add please ? Because for now, only the second one I enter show into the list, THanks !

I tried this as well but failed

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

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 6:12pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/10 "2018-10-17T18:12:43Z")

</div>

> [@AcrobatEpee](#):
>
> My screenshot is just as you suggested in the article you sent.

definitely not 😃

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 6:13pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/11 "2018-10-17T18:13:51Z")

</div>

and

“from Listvierwer1 set Textitems to from Listviewer1 get textitems”

makes no sense 😉 -\> you can delete it

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 6:14pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/12 "2018-10-17T18:14:29Z")

</div>

> [@User81](#):
>
> makes no sense

If you don’t put that block the list doesn’t update after you added the item to it, it definitely makes sense…

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 6:18pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/13 "2018-10-17T18:18:57Z")

</div>

> [@AcrobatEpee](#):
>
> If you don’t put that block the list doesn’t update after you added the item to it,

Unfortunely, you are right! My mistake : I underestimated how they ruined thunkable with the recent updates. It used to work fine a week ago 🕶

please take a minute to find the difference between my recommendation and your design of blocks (I did not use “insert at first”)

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 6:20pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/14 "2018-10-17T18:20:25Z")

</div>

😑. That said, if I have no item in my list and I want to add my first item, which block do I use ?

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 17, 2018, 6:21pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/15 "2018-10-17T18:21:27Z")

</div>

> [@AcrobatEpee](#):
>
> I have no item in my list and I want to add my

either take the standard create list with 1,2,3, or take the empty list and use the gear button on the block

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 6:31pm UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/16 "2018-10-17T18:31:10Z")

</div>

Ok thanks !

---

<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:55am UTC](https://community.thunkable.com/t/unable-to-add-user-input-from-textbox-to-list/52331/17 "2024-11-08T11:55:02Z")

</div>


