Passing data to another screen from a list item

I have a screen with a Data viewer list combined to a Google sheet, when I clicked a list item I need to open a new screen with the google sheet data relevant to the clicked item.

I do not want to create separate screens for each list item, is there any way to pass a parameter to filter data

take the items out the list and just use buttons

1 Like

Hi Mikas sorted out , did it with assigning an app ID

Sounds good, but How? I don’t know how to do ot… and I have the same problem… Any can help?

You need to make a variable for what item was clicked. Set it, then use it to get the information you want on the other screen.