# Get Spreadsheet value by clicking on the List\_Viewer

**URL:** https://community.thunkable.com/t/get-spreadsheet-value-by-clicking-on-the-list-viewer/276130
**Category:** Questions about Thunkable X
**Created:** [October 17, 2019, 11:54am UTC](https://community.thunkable.com/t/get-spreadsheet-value-by-clicking-on-the-list-viewer/276130 "2019-10-17T11:54:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![thomaswillemjansenvk](https://avatars.discourse-cdn.com/v4/letter/t/85f322/32.png) [@thomaswillemjansenvk](https://community.thunkable.com/u/thomaswillemjansenvk)
#### Post date: [October 17, 2019, 11:54am UTC](https://community.thunkable.com/t/get-spreadsheet-value-by-clicking-on-the-list-viewer/276130/1 "2019-10-17T11:54:33Z")

</div>

Hi, I’m trying to create a simple list with Airtable that would give you information about the laws of physics. I’ve managed to create a list that shows the names of the laws, and wanted to continue by making an ItemClick function that would change the list to the other rows in my airtable. However, I wasn’t able to figure out how to make such a function work. Help would be greatly appreciated!

Best regards, Thomas!

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

---

<div class="post-metadata">

### Author: ![Hayder](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/hayder/32/153829_2.png) [@Hayder](https://community.thunkable.com/u/Hayder)
#### Post date: [October 17, 2019, 12:50pm UTC](https://community.thunkable.com/t/get-spreadsheet-value-by-clicking-on-the-list-viewer/276130/2 "2019-10-17T12:50:07Z")

</div>

Would you explain in more details with simple way. And please mention the names of your columns in the Airtable and do not care about rows.

---

<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: [October 17, 2019, 3:16pm UTC](https://community.thunkable.com/t/get-spreadsheet-value-by-clicking-on-the-list-viewer/276130/3 "2019-10-17T15:16:20Z")

</div>

thanks @Hayder, I’ve edited Thomas’ post now to correctly show the screenshot of his blocks.

@thomaswillemjansenvk, we have a few tutorials that show bits of what you want to do.

> [@Using Any Component with Parallel Lists](http://community.thunkable.com/t/using-any-component-with-parallel-lists/229298):
>
> If you have more than 5 or 10 similar components on your screen it can be tedious and time consuming to update each one individually. Thankfully the Any Component blocks and the List blocks can be combined to automate these repetitive tasks. Overview In this tutorial we’ll learn how to build a Twitter directory app like this. The idea is that each profile URL begins with “[https://twitter.com](https://twitter.com)” and the only thing that changes is the individual profile name Parallel…

> [@Navigate through Spreadsheet data](http://community.thunkable.com/t/navigate-through-spreadsheet-data/74774):
>
> If you have data stored in a spreadsheet and you want to move back or forwards through that data then here is some [sample code](https://x.thunkable.com/copy/d37678fae126c09f5ad59cd680717e38) you can use. Example Data In this example, we have a table with news headlines and news articles. I probably should have called the columns Title and Content, but I’ve gone for Title and News. You can add in additional content like Author, Date, Image Source etc but once you understand how to use two columns you can expand it to as many as you like. [00] Show the firs…

Let me know whether or not that helps you with tabbing through your Airtable data.

---

<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:08pm UTC](https://community.thunkable.com/t/get-spreadsheet-value-by-clicking-on-the-list-viewer/276130/4 "2024-11-08T12:08:41Z")

</div>


