Hello! I need a little help figuring out how to specify specific rows to pull data from.
So basically what I'm trying to do is make a very simple text box that draws from a specific row in the graph, and then pastes the value into the field, then also takes the size data from the row next to it and applies it to the same field.

I've figured out how to get the text to paste and how to change the size, but right now the only way I know how to call for rows is through this random command.
on click do field.value: random[grid.value].value end
I mostly just need to know how to call on specific rows though since I haven't been able to figure it out. I should be able to figure out the rest from there.



