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!!!