How to Display Row Details on Another Screen When Clicking a Button in Data Viewer List (Google Sheets, No Firebase)

Hi Thunkable Community,

I am building an app where users can view a list of items (from Google Sheets) using the Data Viewer List. For each row, I have added a button (for example, a “View Details” or “More Info” button). When a user clicks this button, I want to navigate to a details screen and display more information about the selected item.

What I’ve tried and where I’m stuck:
I read the post: Making items in dataviewer list clickable to display more info on another page about chosen item

However, when I try to follow the solution, the “get value from” block for Google Sheets does not fit directly into the “When [button] Clicks…” event. It seems that the “get value from” block is not an action block, and cannot be placed inside the click event flow.

Am I missing a step, or is there a new approach to use these blocks together?

Any up-to-date example or guidance would be greatly appreciated! Thank you so much!!!

In that tutorial there is all you need , also a video HERE

Show your relevant blocks to see if we find the error

PS You don’t need a new screen but only to show/hide two different container , one for list view and another for information form. But this is another story :rofl: