Help Need: Select cell in SAP and process one by one from top to down

Hi Guys,
Need your help here.
I wanna auto modify the value of column “SDR” under SAP interface, see picture.
If the cell is “R”, then move to below one.
If the cell is “UR”, process target action to update it to R(contain several hotkey steps).

My problem is that I can’t let uipath locate to the first cell(i.e.“UR” of the picture, and must under"SDR"column, can not process to other column) I wanted.
Attached my xaml file which never works, pls help to suggest how can I fix this, thks.CorrectionSDR.xaml (22.5 KB)

Capture

Hi @Allen_Huang
Have you checked the selectors based on idx

Thanks
Ashwin S

Hi Ashwin,
Thanks for your reply.
Pls see below whether my selector setting are correct?
By the way, for this step, what I need is just to locate on each cell from top to down, no need to click into the cell.

Hi @Allen_Huang

Use Click Activity and use copy selected text activity

Thanks
Ashwin S

Hi Ashwin,
Sorry, still can’t work.
I tried with Click-Copy Selected text, indicated the first “UR” location on the screen, and then magic thing happened…The robot run to my Uipath designer panel…
Pls take a look at my process if there is any problem of my setting of click activity.
Thanks a lot CorrectionSDR.xaml (19.0 KB)

Hi @Allen_Huang

Are you able to get aaname property in the selector

Thanks
Ashwin.S

Yes, I can. See below.Capture3