Hey Everyone,
I am automating an activity where the bot goes to the bottom of a datatable copies the last row and pastes it into excel.
Now the no.of rows in this data table changes everyhour. So I want to bot to go the last row and copy the row and paste it into Excel. The bottleneck is I am unable to extract the text and define the selector dynamically.
Kindly Assist on the same.