I pulled the index out as the row number, so that worked to get the data.
However, now I have another problem. On the next screen get data from the user and put it in a different Local_Storage, and then calculate something for display on the final screen. But the old data gets overwritten by the new! Weird. Can’t seem to find a way to store multiple variables in Local Storage…