How to 'get text' of a cell that keeps changing location

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?

Hi @dvn

Use clipboard activity

store the text in the clipboard as a variable then validate it accordingly.