# Problem Creating new Row in List from Local DB

**URL:** https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351
**Category:** Questions about Thunkable X
**Created:** [February 2, 2020, 3:51am UTC](https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351 "2020-02-02T03:51:51Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![junjoseph](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/junjoseph/32/42730_2.png) [@junjoseph](https://community.thunkable.com/u/junjoseph)
#### Post date: [February 2, 2020, 3:51am UTC](https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351/1 "2020-02-02T03:51:51Z")

</div>

Hi Good day!

I’m doing a module to display data from each row from Local DB and i have 3 Local DB which is I have to put temporarily my data and upload later on Airtable.  
For further explanation here is the link of my project.  
[https://x.thunkable.com/copy/e502b60e3aa41aea32d2d71e5841dc48](https://x.thunkable.com/copy/e502b60e3aa41aea32d2d71e5841dc48)

---

<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: [February 2, 2020, 4:54am UTC](https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351/2 "2020-02-02T04:54:13Z")

</div>

When your project is this complex and you want help with a specific part of it, it helps if you explain where to find the part you need help with.

Because this is a bit overwhelming:

 ![Screen Shot 2020-02-01 at 8.41.44 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/8/48ff191cc876ac5cc3f359bf53f3a7abf670f6a9.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: [February 2, 2020, 1:25pm UTC](https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351/3 "2020-02-02T13:25:04Z")

</div>

Can you clarify the issue you are experiencing?

Also, @tatiang is right, it looks complex. Any idea which blocks do function correctly? Perhaps collapsing them in a screenshot to help the viewer focus on the blocks/code that aren’t doing what you want.

---

<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: [February 2, 2020, 7:06pm UTC](https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351/4 "2020-02-02T19:06:57Z")

</div>

And just from a programmer perspective, any time I see repeated pattern values (get #21, get #22, get #23, etc.), I see an opportunity to make your code much shorter and more efficient. Something like a list or in some cases a spreadsheet will allow you to replace 200 blocks with 20.

---

<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: [February 2, 2020, 7:16pm UTC](https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351/5 "2020-02-02T19:16:50Z")

</div>

Dude. So true. You gave me this advice recently. It allowed me to decrease blocks by a lot and increase the functionality. I replaced 50 different variables with 5 lists of values stored in their own variable.

---

<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:41am UTC](https://community.thunkable.com/t/problem-creating-new-row-in-list-from-local-db/440351/6 "2024-11-08T11:41:21Z")

</div>


