How do I display Firebase detail in List Viewer with Item Click

Hey guys,

I’m sorry for my english is poor, I hope all of you can understand what problems in my app.

I got a problems in Item click, I have no idea how to solve the problem.

I created the list viewer, and it shows the date what I want. But I want to add one function that is item click. When I click the specify item, it will show more detail to the Label.
I tried many times, but it still don’t work, plz teach me who to do it, Thanks.

Screenshot 2022-04-14 at 4.42.57 PM

Screenshot 2022-04-14 at 4.43.10 PM

Screenshot 2022-04-14 at 4.43.19 PM

Screenshot 2022-04-14 at 4.43.45 PM

2 Likes

Welcome to Thunkable.

Let me first tell you that you need this to get the TestName

Or simply this

However this is not the right approach. You will need to get the information of the selected item from the list so you will need to include this item as part of the path to get your additional information.

Another issue I found is that you are converting the object received from Firebase to JSON which is not required. This should do the job.

1 Like

Hi!

Thank for solving , but It still not work.
If I wanna navigate to other screen that will show the detail by item click, How world you do this function?

1 Like

Can you explain more or share a link to a project that I can see what you are trying to do and can give advice of how to do it.

1 Like

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