# 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:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [December 22, 2020, 5:01pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/1 "2020-12-22T17:01:36Z")

</div>

Hi how do i get the row ID per row without clicking on it. I need a way to dynamically get the IDs when the screen loads so I can use it.

---

<div class="post-metadata">

### Author: ![blaze](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/blaze/32/112646_2.png) [@blaze](https://community.thunkable.com/u/blaze)
#### Post date: [December 22, 2020, 6:42pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/2 "2020-12-22T18:42:13Z")

</div>

The row ID is the name of the row.

---

<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 22, 2020, 7:24pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/3 "2020-12-22T19:24:42Z")

</div>

Use the block [List of values] and in the column choose “ID”

---

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [December 23, 2020, 7:28am UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/4 "2020-12-23T07:28:44Z")

</div>

> [@muneer](#):
>
> List of values

How because when i do a click to display the row values, it displays some long mixed values which is certainly not a row name.

Forgot to mention, I am trying this with Airtable not local DB

---

<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, 9:10am UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/5 "2020-12-23T09:10:03Z")

</div>

If you click on any one in the data viewer list then the rowID returned by green block is the rowID of the Airtable. Exactly the same.

---

<div class="post-metadata">

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

</div>

Maybe I am not getting something here. My airtable rows are 1,2,3,4,xxxx

When I click on the data viewer list item, and display the row ID, the ID is something like this cfYdDHGxxxx not 1,2,3,4

---

<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, 9:47am UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/7 "2020-12-23T09:47:03Z")

</div>

Yes, this is true. The long alphanumeric is the rowID of Airtable row.

---

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [December 23, 2020, 9:49am UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/8 "2020-12-23T09:49:09Z")

</div>

But how do I get that ID when the screen loads without clicking each item? The whole reason why I am asking for this is for unknown reason my transparent images are filled with grey background which I do not want. I want the transparent section to display the background color of each data viewer list items.

---

<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.

---

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [December 23, 2020, 12:50pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/10 "2020-12-23T12:50:14Z")

</div>

Thanks for the block, will help me for other section of my project. For better understanding of the image issue

1. this is the image in my airtable. That image is transparent.

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/d/9de00b731d14e2b84c49314b91d762dce4ec5cb9.png)

1. When the data viewer list loads the images, this is what I see. if you look closely the circle bit has a grey background in it. Can’t figure out how to remove it.

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

---

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [December 23, 2020, 2:23pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/11 "2020-12-23T14:23:36Z")

</div>

Creating a custom data list layout fixed the image issue.

---

<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, 3:27pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/12 "2020-12-23T15:27:01Z")

</div>

Great,  
You described the issue and solved it yourself before I see the post.

Happy Thunking

---

<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, 12:19pm UTC](https://community.thunkable.com/t/list-data-viewer-list-row-id-for-airtable/1040776/13 "2024-11-08T12:19:29Z")

</div>


