# Strange list reject on live test

**URL:** https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [October 18, 2022, 2:22am UTC](https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516 "2022-10-18T02:22:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![robertrobinson48276k](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/robertrobinson48276k/32/140436_2.png) [@robertrobinson48276k](https://community.thunkable.com/u/robertrobinson48276k)
#### Post date: [October 18, 2022, 2:22am UTC](https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516/1 "2022-10-18T02:22:43Z")

</div>

![Screenshot (13)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/f/2f09440b80e914f2001497d4b2a8b8b66f240651.png)  
 ![Screenshot (14)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/4/f40887df8a4c1d216fb1b91da2a3f26562413349.png)

When I try to fill the first element of list LDNCsv it simply won’t. Debug immediately after verifies the list is still empty.

I tried reducing the characters in the name of the list, and reducing the overall program size. Neither helped.

---

<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: [October 18, 2022, 3:06am UTC](https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516/2 "2022-10-18T03:06:58Z")

</div>

What happens if you replace `app variable C4` and `LDNCphone` with static text strings?

What happens if you create a very simple event such as `When button click` → `in list app variable LDNCsv set # 1 as "test"`? It helps to isolate that section and see if there’s something else causing it to fail.

Is there anywhere else in your blocks where you’re setting `app variable LDNCsv` to anything other than a list (empty or otherwise)?

What happens if you use the blocks in the screenshot above but remove the `set stored variable LDNCsv to` block?

---

<div class="post-metadata">

### Author: ![robertrobinson48276k](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/robertrobinson48276k/32/140436_2.png) [@robertrobinson48276k](https://community.thunkable.com/u/robertrobinson48276k)
#### Post date: [October 18, 2022, 3:48am UTC](https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516/3 "2022-10-18T03:48:30Z")

</div>

I think you are onto something here. My APK was blowing up since my storage variables were null. So I moved a blank to them to keep them happy. But then I moved the storage to the app variable list. That must have confused it? How do I keep the storage variables happy when they are supposed to be empty? Put in a header? IDK. I replaced the variables with a number for the index, and a literal for the input and it still wouldn’t accept 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: [October 18, 2022, 4:02am UTC](https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516/4 "2022-10-18T04:02:44Z")

</div>

Did you try this?

> [@tatiang](#):
>
> What happens if you create a very simple event such as `When button click` → `in list app variable LDNCsv set # 1 as "test"`? It helps to isolate that section and see if there’s something else causing it to fail.

If so, can you share a screenshot of those blocks?

Stored variables need to be checked when the screen opens. If they are null, then set them to an initial value (`empty list` for lists, “” for text, 0 for numbers, etc.).

---

<div class="post-metadata">

### Author: ![robertrobinson48276k](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/robertrobinson48276k/32/140436_2.png) [@robertrobinson48276k](https://community.thunkable.com/u/robertrobinson48276k)
#### Post date: [October 18, 2022, 4:12am UTC](https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516/5 "2022-10-18T04:12:32Z")

</div>

thanks. setting to empty list worked.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [January 16, 2023, 4:12am UTC](https://community.thunkable.com/t/strange-list-reject-on-live-test/2087516/6 "2023-01-16T04:12:44Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
