# \[Solved\] Help getting row number from Airtable

**URL:** https://community.thunkable.com/t/solved-help-getting-row-number-from-airtable/635672
**Category:** Questions about Thunkable X
**Tags:** solved, airtable
**Created:** [June 25, 2020, 3:39am UTC](https://community.thunkable.com/t/solved-help-getting-row-number-from-airtable/635672 "2020-06-25T03:39:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hernandezsilvaericko](https://avatars.discourse-cdn.com/v4/letter/h/5daacb/32.png) [@hernandezsilvaericko](https://community.thunkable.com/u/hernandezsilvaericko)
#### Post date: [June 25, 2020, 3:39am UTC](https://community.thunkable.com/t/solved-help-getting-row-number-from-airtable/635672/1 "2020-06-25T03:39:42Z")

</div>

Helo, I´ve been searching but I cannot find what I need. I this blocks. Here I create a copy on a local database of the info that was sent to the Airtable.

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/0/60e72c5a57dec33e417f3c4aadc75903c4d7d9e4.png)

I need to store at rowID the row number that the object has on my Airtable.

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

I tried to use autonumeration but sometimes I need to erase rows from the spreadsheet so it would´t work.  
I appreaciate your help

---

<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: [June 29, 2020, 2:31pm UTC](https://community.thunkable.com/t/solved-help-getting-row-number-from-airtable/635672/2 "2020-06-29T14:31:42Z")

</div>

Hey @hernandezsilvaericko I don’t think that info is readily available, but your can probably get it using this `position of item in list` block,

Have you tried that approach yet?

---

<div class="post-metadata">

### Author: ![hernandezsilvaericko](https://avatars.discourse-cdn.com/v4/letter/h/5daacb/32.png) [@hernandezsilvaericko](https://community.thunkable.com/u/hernandezsilvaericko)
#### Post date: [July 25, 2020, 6:34pm UTC](https://community.thunkable.com/t/solved-help-getting-row-number-from-airtable/635672/3 "2020-07-25T18:34:16Z")

</div>

Yes, that was the best choice, 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:25am UTC](https://community.thunkable.com/t/solved-help-getting-row-number-from-airtable/635672/4 "2024-11-08T11:25:24Z")

</div>


