# Data Viewer List for navigation

**URL:** https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087
**Category:** Questions about Thunkable X
**Created:** [February 18, 2025, 4:17am UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087 "2025-02-18T04:17:51Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![macalbus.mav9fvck](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@macalbus.mav9fvck](https://community.thunkable.com/u/macalbus.mav9fvck)
#### Post date: [February 18, 2025, 4:17am UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/1 "2025-02-18T04:17:51Z")

</div>

Hello, I was able to set this up with the simple list block function. I am trying to sort out how to do it with Data Viewer List function as i believe this will give me better function for updating and adding content in the future. Attached is a picture of what I could do with the simple list function.

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

This is the closest i have gotten with Data List Viewer but the function does not work.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/c/dc7abe283ae03a88e2248a65f3b256a14c7fdf4d.png)  
The goal is to use a google sheet for the table where i will be able to add topics at any point in the list when needed and having them sorted in alphabetical order is important. So i would preferer not to have to completely re enter the list components in the format that you have to do with a simple list.

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [February 18, 2025, 5:54am UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/2 "2025-02-18T05:54:54Z")

</div>

Hi @macalbus.mav9fvck welcome to Thunkable.

The reason your code is not working is because the green row I’d block returns a number rather than a string.

If you change the checks to check for the correct number (row I’d) it should work

---

<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: [February 18, 2025, 6:00am UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/3 "2025-02-18T06:00:19Z")

</div>

Another way of doing this would be if `get value` from row id [green row id] = “Sedation” do…

---

<div class="post-metadata">

### Author: ![macalbus.mav9fvck](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@macalbus.mav9fvck](https://community.thunkable.com/u/macalbus.mav9fvck)
#### Post date: [February 18, 2025, 4:34pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/5 "2025-02-18T16:34:55Z")

</div>

How would i do this?

---

<div class="post-metadata">

### Author: ![macalbus.mav9fvck](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@macalbus.mav9fvck](https://community.thunkable.com/u/macalbus.mav9fvck)
#### Post date: [February 18, 2025, 4:35pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/6 "2025-02-18T16:35:56Z")

</div>

Can you show me an example?

---

<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: [February 18, 2025, 4:48pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/7 "2025-02-18T16:48:11Z")

</div>

Sure, can you share a link to your project?

---

<div class="post-metadata">

### Author: ![macalbus.mav9fvck](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@macalbus.mav9fvck](https://community.thunkable.com/u/macalbus.mav9fvck)
#### Post date: [February 18, 2025, 4:53pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/8 "2025-02-18T16:53:25Z")

</div>

[https://x.thunkable.com/copy/9001ee4ad70a50d18816a1c0d7851cf7](https://x.thunkable.com/copy/9001ee4ad70a50d18816a1c0d7851cf7)

---

<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: [February 18, 2025, 6:43pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/9 "2025-02-18T18:43:21Z")

</div>

Like this:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/6/e661e9e893927f4c35c306623ef66fc529f0242d.png)

---

<div class="post-metadata">

### Author: ![macalbus.mav9fvck](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@macalbus.mav9fvck](https://community.thunkable.com/u/macalbus.mav9fvck)
#### Post date: [February 18, 2025, 7:32pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/10 "2025-02-18T19:32:17Z")

</div>

I have tried this configuration, however, it doesn’t execute. Any ideas?

---

<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: [February 18, 2025, 10:17pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/11 "2025-02-18T22:17:10Z")

</div>

Yes, you need to debug the code. The way you to do that is to first check the values you are getting. So I would assign a label’s text to the `get value` block in the screenshot above. When you click on the item in the Data Viewer List (DVL), what does the label show? Is it showing “Cardiac Arrest” or something else?

Because when I look at your local data source, you entered “Cardiac arrest”. That’s not the same as “Cardiac Arrest” so it’s not going to match.

---

<div class="post-metadata">

### Author: ![Michael\_Rogulla](https://avatars.discourse-cdn.com/v4/letter/m/ba8739/32.png) [@Michael\_Rogulla](https://community.thunkable.com/u/Michael_Rogulla)
#### Post date: [February 18, 2025, 10:19pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/12 "2025-02-18T22:19:09Z")

</div>

Hi @macalbus.mav9fvck ,

the red text label should contain “Cardiac arrest”, not “Cardiac Arrest”. I tried it and it works 🙂

---

<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: [February 18, 2025, 10:21pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/13 "2025-02-18T22:21:22Z")

</div>

Another way to do this would be to make sure the screen names **exactly** match the DVL item choices (the values from the data source) which would only require this set of blocks:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/4/14e6d1a95c179d3edfbb20ce71d9eedcba19098e.png)

Because that is going to literally go to the screen named [clicked item].

---

<div class="post-metadata">

### Author: ![macalbus.mav9fvck](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@macalbus.mav9fvck](https://community.thunkable.com/u/macalbus.mav9fvck)
#### Post date: [February 18, 2025, 10:24pm UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/14 "2025-02-18T22:24:53Z")

</div>

Can you share the link to this, for some reason i just cant seem to do this on my end.

---

<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: [February 19, 2025, 12:32am UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/15 "2025-02-19T00:32:13Z")

</div>

Are you asking me or @Michael_Rogulla? What isn’t working for you?

[https://x.thunkable.com/copy/694054a1f4581d55733c2d076b3eee48](https://x.thunkable.com/copy/694054a1f4581d55733c2d076b3eee48)

---

<div class="post-metadata">

### Author: ![macalbus.mav9fvck](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@macalbus.mav9fvck](https://community.thunkable.com/u/macalbus.mav9fvck)
#### Post date: [February 19, 2025, 1:07am UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/16 "2025-02-19T01:07:48Z")

</div>

This is great. Thank you all.  
I have navigated the solution from your help!

---

<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: [May 20, 2025, 1:08am UTC](https://community.thunkable.com/t/data-viewer-list-for-navigation/3583087/17 "2025-05-20T01:08:16Z")

</div>

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