Scrolling across a SAP table and clicking on a cell

Hi all.
I have a long table in SAP that I need to scroll across in order to get to a certain cell and then click on the cell.
How can I do this in UiPath studio?

Your help would be greatly appreciated.
Thanks

HI @Loveness01

Is the table extractable, if so try to scrape the cells data in a datatable,
later loop it one by one using the name property in selector and passing cell value over there to click on the respective element.

Thank you. I’ll definitely give this a try.