# List Data Viewer List Row ID for Airtable

**URL:** https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776
**Category:** Questions about Thunkable X
**Created:** [December 22, 2020, 5:01pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776 "2020-12-22T17:01:36Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [December 23, 2020, 11:22am UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/9 "2020-12-23T11:22:24Z")

</div>

I didn’t quite understand the problem about the background but to get all the rowID of your Airtable table you need to use the following block in the screen start or open event.

 ![list_of_values](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/4/24a998ad2033ffe4ea3a9cdca43075ddcb299def.png)

Creat a variable and assign it first as empty list then in the open or start event of your screen assign the block [List of Values] to the variable. Remember to change [column 1] in the image to “ID”. This will give you a list of rowIDs of the table you want.

---

_[View the full topic](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776)._
