# Extracting Video Links from Data Table

**URL:** https://community.thunkable.com/t/extracting-video-links-from-data-table/3312712
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [October 31, 2024, 10:20am UTC](https://community.thunkable.com/t/extracting-video-links-from-data-table/3312712 "2024-10-31T10:20:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![modiga.paul2845ra8a](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/modiga.paul2845ra8a/32/179600_2.png) [@modiga.paul2845ra8a](https://community.thunkable.com/u/modiga.paul2845ra8a)
#### Post date: [October 31, 2024, 10:20am UTC](https://community.thunkable.com/t/extracting-video-links-from-data-table/3312712/1 "2024-10-31T10:20:41Z")

</div>

Hello guys, i am trying to create a video List for my app. Using Data Viewer List and WebViewer. With Dara Source, But i cannot figure out why the only video that is working is the first one. And there are 4 different videos. I want to have working. Can someone please assist me with this? Please see picture of what i have done so far. What i am trying to do is when you select day1 or day2 or day 3, is the video from top in webViewer to change to correct one of the different links from vimeo in data source.

 ![Screenshot_21](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/b/4baacd8e6f7a55fd4440b9b0cde327969800bdb8.png)  
 ![Screenshot_22](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/a/ca6c9349b413b7f210d6f3ea161602f4e696111c.png)  
 ![Screenshot_23](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/6/963623f7cdbc0fd4e11a036c040585f0e9d74465.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 1, 2024, 4:10am UTC](https://community.thunkable.com/t/extracting-video-links-from-data-table/3312712/2 "2024-11-01T04:10:54Z")

</div>

The way to know which item of the Data Viewer List (DVL) was clicked is to use the green `row id` value. Because the values are all in a single table/database, you should be using a **single** `get value` block and putting the `row id` block inside the `for row id` section.

---

<div class="post-metadata">

### Author: ![modiga.paul2845ra8a](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/modiga.paul2845ra8a/32/179600_2.png) [@modiga.paul2845ra8a](https://community.thunkable.com/u/modiga.paul2845ra8a)
#### Post date: [November 1, 2024, 7:23am UTC](https://community.thunkable.com/t/extracting-video-links-from-data-table/3312712/3 "2024-11-01T07:23:29Z")

</div>

Thank you so much for this solution so simple and yet so hard :))) for me only.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [January 30, 2025, 7:24am UTC](https://community.thunkable.com/t/extracting-video-links-from-data-table/3312712/4 "2025-01-30T07:24:18Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
