Viewer List and Data Viewer List

Hello Thunkers.
I am working on a dictionary, in this case of sayings. I am doing it with List Viewer, which works correctly, and the slider I use to change initial content search letter works properly.

I am trying to reproduce this same slider behavior using Data Viewer List, but I don’t get any result. My question to the group is if there is any way, any workaround to get that same result. Here is what is working in Viewer List.
Thanks in advance.

Hello @similar2similar, welcome back.
I think the example project shared on this community post will help you: Interactive list (DVL, clone blocks & SpaceX API) - Free Templates, Designs, and Block Combinations - Community

Thanks ioanis for the example. I had seen it before, but I was not sure how to do it but of course I’ll Try it. Thanks again.

@ioannis.
Hi. I have been trying different solutions to integrate your example with my project, and I have not achieved the results I expected: that when moving the slider and changing the font, the content of the Data Viewer List would also change.

As you can see in one of the examples, it even changed the text almost randomly…
I send you the link to my project that works, but without this feature that I would like to incorporate. I need an example more similar to what I have to guide me.

https://x.thunkable.com/projects/673720f9101b647fed7d2829/25d9f90d-1a33-43c1-8507-dcf2211c88e8/blocks

Thanks for your time and help.

@ioannis
Hi. Could you explain where these “flickr_images”, “rocket_name” and “description” come from


In the Data Sources you have this:

Thanks

Hi @similar2similar
The slider feature you are trying to build is similar to the search feature.

Every time the slider value changes, you will need to re-create the boxes.

These fields in my example are from SpaceX public available API, which provides a list of rockets.

@ioannis
Hi. Thanks. I’ll go on trying. Thanks again.

1 Like

@ioannis
Hi. Ioannis. Hi everyone…
I’ve been trying to find a solution, but I don’t know how to transfer or change the Web API, with its RESPONSE output,

to a Data Viewer List case, which does not give me that output. I’m sorry, but I just don’t know how to find a way to make it work, no matter how much time I spend trying.


Thank you.

Hi Thunkers.
I’m sorry but I cannot solve this by myself. So I need to ask for some more help.
Is there anyone who want to help me with this project?
Thanks

Hello @similar2similar
In your case instead of using the “response” block from web API you could use the “list of values” blocks

Thank you. I’ll try that.