# Number or Rows block doesn't increase while inserting data in airtable

**URL:** https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205
**Category:** Questions about Thunkable X
**Tags:** airtable
**Created:** [April 3, 2021, 4:03pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205 "2021-04-03T16:03:34Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![isaias.sanchez.lzc](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/isaias.sanchez.lzc/32/62500_2.png) [@isaias.sanchez.lzc](https://community.thunkable.com/u/isaias.sanchez.lzc)
#### Post date: [April 3, 2021, 4:03pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/1 "2021-04-03T16:03:34Z")

</div>

I am using the new version of Thunkable X with airtable as a datasource. But I encounter with a problem using the “number of rows” block that it doens’t update the number of rows in airtable. It keeps the number of rows when the app starts.

The screenshot of a simple test, any time I insert a new data into airtable, the number of rows remain the same.

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

After that i added a data list viewer connected to the same table, the number of rows remain the same meanwhile the data list viewer updates to display the new row. I tried using “list of values in column” block and then get the length but same thing happen.

¿Is this a Bug?

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [April 3, 2021, 4:24pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/2 "2021-04-03T16:24:49Z")

</div>

Try adding a wait block after the create. You may not be giving airtable time to create the row before asking for how many rows there are.

---

<div class="post-metadata">

### Author: ![isaias.sanchez.lzc](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/isaias.sanchez.lzc/32/62500_2.png) [@isaias.sanchez.lzc](https://community.thunkable.com/u/isaias.sanchez.lzc)
#### Post date: [April 3, 2021, 4:44pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/3 "2021-04-03T16:44:11Z")

</div>

Thanks @catsarisky but it doesn’t work, I added a 10 seconds wait with same results, actually I added more than 4 elements, all of them are displayed into Data List Viewer but not in the number of rows.

Check this:

 ![Screenshot_20210403_184312](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/c/1c704eefccca7a9c6c2c6f36582d96ee6a156e39.png) ![Screenshot_20210403_184107](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/9/b92a36de0603443f44bd11ab3a9fea8bd77ce079.png)

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [April 3, 2021, 5:24pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/4 "2021-04-03T17:24:27Z")

</div>

Thanks @isaias.sanchez.lzc - this is a known bug which was discovered at the same time as the create row issue.

Both are being worked on at the moment. We should hopefully be able to test and release these fixes next week.

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [April 3, 2021, 5:28pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/5 "2021-04-03T17:28:16Z")

</div>

I just reproduced it. Here’s a link: [Thunkable](https://x.thunkable.com/projectPage/6068a09d304be30012cbe1ac)

aaaaand, now I see Dom says they know about it. Bah. 🙂

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [April 3, 2021, 7:00pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/6 "2021-04-03T19:00:45Z")

</div>

@domhnallohanlon - maybe related, maybe not, as I’m not sure what the “create row issue” is? I can’t create a row in a google sheet. I’m pulling data from a data viewer list, so I know the sheet permissions are OK for that, but it won’t create a row in the sheet, just hangs forever. Note that this is Google Sheets, not Airtable.

---

<div class="post-metadata">

### Author: ![isaias.sanchez.lzc](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/isaias.sanchez.lzc/32/62500_2.png) [@isaias.sanchez.lzc](https://community.thunkable.com/u/isaias.sanchez.lzc)
#### Post date: [April 3, 2021, 8:12pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/7 "2021-04-03T20:12:56Z")

</div>

Amazing @domhnallohanlon , I’ll wait for that release.

For the time been I just create a workaround using autoincremental id into airtable and use it as the last row, it’s not accurate when there are deleted rows in between, but it’s doing pretty well in my case.

 ![Screenshot_20210403_220954](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/1/81e02ff8836adb7da1fc009c535446555c3e1579.png)

---

<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, 1:25pm UTC](https://community.thunkable.com/t/number-or-rows-block-doesnt-increase-while-inserting-data-in-airtable/1204205/8 "2024-11-08T13:25:32Z")

</div>


