so i have a label and a data viewer list that connected to a spreadsheet, the problem is when i click on the data viewer list, i want the label’s text to change to the selected item text value from the data viewer list items that came from spreadsheet column, what set of blocks i should construct, thank you.
Hi @samyt3475q, you want to think about grabbing the data not from the data viewer but from the data source. The item click event in the data list viewer blocks will allow you to click on a row and then you can use that row ID to get the value from the data source itself.

Let me know if this works!
Why did you not try exactly what @matt_conroy suggested?
The “for row id” value must be a valid row id or an integer. It can’t be anything else. So you can use the green row id block there as @matt_conroy showed above.
o yeah, thank you very much sir

