Get a certain cell from a selected line

Hi all,

I have a bit of a problem of getting text from a private program that uses a similar layout to a spreadsheet.
Unfortunately the data scraping is unable to read the page so the only way i feel to iterate down the page is if I use a loop of “send hotkey(down)” at the end of the process.
uipathquestion1
If the date selected moves down one place at the end of the process, how can I ‘get text’ on the selected date only?

Hi
Once moving down with down key of SEND HOT KEY ACTIVITY did we try with same SEND HOT KEY ACTIVITY with key as ctrl+c
So that it will get copied to clipboard
Then we can get the value from clipboard to a string variable using the activity GET FROM CLIPBOARD

cheers @dvn