Update Cell Values in GridRow in ORACLE ERP System using UIPath

As far as I remember this particular type of table, you will never get the 11th element’s selector. You can only extract elements from selectors by ids from 1 to 10. However! If you press the Down Arrow once, your value for the extracted item from the 10th element selector will be replaced by the value of the 11th element. Thus, if you continuously scrap 10th element while pressing down arrow once every time, you will extract all the values.

Of course, you will want to check all is going fine and make sure to stop scraping when you reach the end, that’s a bit of additional logic altogether. Unfortunately I no longer have access to the solution from my previous company, so I cannot provide an example :frowning:
I might have used here the export to csv function though, just because it was more convenient to save the file locally and load it up to a data table rather than producing all this extra logic.

1 Like