# \[Solved\]Data Viewer List Issue

**URL:** https://community.thunkable.com/t/solved-data-viewer-list-issue/1075997
**Category:** Questions about Thunkable X
**Created:** [January 30, 2021, 3:47pm UTC](https://community.thunkable.com/t/solved-data-viewer-list-issue/1075997 "2021-01-30T15:47:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bastien.dosreisou5y](https://avatars.discourse-cdn.com/v4/letter/b/e47774/32.png) [@bastien.dosreisou5y](https://community.thunkable.com/u/bastien.dosreisou5y)
#### Post date: [January 30, 2021, 3:47pm UTC](https://community.thunkable.com/t/solved-data-viewer-list-issue/1075997/1 "2021-01-30T15:47:58Z")

</div>

Hi Thunkers !

Today, i tried to import my data in Data Viewer List, and configure Title Label to look a specific field in my Airtable, but he must answer with conditions. But not works …  
Everyone who an idea ?

 ![Sans titre](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/1/61a2a30377a4242a186aac429dacd5ce1d9022e2.png)

---

<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: [January 30, 2021, 4:26pm UTC](https://community.thunkable.com/t/solved-data-viewer-list-issue/1075997/2 "2021-01-30T16:26:19Z")

</div>

I am not sure what you are trying to do. I can find more than one issue about this block.

- When you refer to Title in the list viewer, you need to supply the `row id` instead of the text in the pink block.

- In the `for each item` loop, you use need to supply the `id` of the loop when trying to use the get block to obtain any information from the table.

You are now supplying `username variable` and `date variable` instead of the` row id` which will not bring you any results.

---

<div class="post-metadata">

### Author: ![bastien.dosreisou5y](https://avatars.discourse-cdn.com/v4/letter/b/e47774/32.png) [@bastien.dosreisou5y](https://community.thunkable.com/u/bastien.dosreisou5y)
#### Post date: [February 1, 2021, 9:14am UTC](https://community.thunkable.com/t/solved-data-viewer-list-issue/1075997/3 "2021-02-01T09:14:09Z")

</div>

Thank you for your response. I made a mistake in the logic of the application, it’s my fault. But I still have a little trouble understanding the searches in the BDD. I must more practice ahah

---

<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:30pm UTC](https://community.thunkable.com/t/solved-data-viewer-list-issue/1075997/4 "2024-11-08T13:30:26Z")

</div>


