Hi all,
 
  I have the following code for when the user selects a row in a grid:
 
"Local.selectedRow = ProcessContext.UserInput[0];"
 
I want it to return the row id of the item selected.  Any tips on how to achieve this in v9 I thought this worked until I traced it with the debugger from my server script.  It comes back zero everytime.
Thanks