# Specify user list view

**URL:** https://community.thunkable.com/t/specify-user-list-view/636800
**Category:** Questions about Thunkable X
**Created:** [June 25, 2020, 3:24pm UTC](https://community.thunkable.com/t/specify-user-list-view/636800 "2020-06-25T15:24:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [June 25, 2020, 3:24pm UTC](https://community.thunkable.com/t/specify-user-list-view/636800/1 "2020-06-25T15:24:01Z")

</div>

Hi,

How do i create specific user in list view. for example i want user ‘halim’ record only to be display in screen 2. Maybe this is basic but i could not figure it out

here it is my block.

screen 1

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

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

airtable db

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/b/3b9d540eeacdff8aedf292f2e739257aef951ffe.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: [June 29, 2020, 2:48pm UTC](https://community.thunkable.com/t/specify-user-list-view/636800/2 "2020-06-29T14:48:59Z")

</div>

> [@ozel1978](#):
>
> i want user ‘halim’ record only to be display in screen 2.

What you need to do here @ozel1978 is a reverse-lookup.

So, given the `userID` in the sign in page, you would need to search your Airtable for the user with that corresponding `userID` and then show their `Name` on the next page.

Hope that helps.

---

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [July 15, 2020, 3:06pm UTC](https://community.thunkable.com/t/specify-user-list-view/636800/3 "2020-07-15T15:06:47Z")

</div>

Dom,

so meaning search activity in sign in page?

---

<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/specify-user-list-view/636800/4 "2024-11-08T11:25:24Z")

</div>


