Click fails on last datatable element

Process is built to automate internal desktop application:

  1. using extract structured data into datatable.
  2. for each row in datatable, I am modifying the selector with rowid for click activity.
    problem 1: Click on selector didnt move down the table items. So resolved this by using Element attribute.
    Current problem: table items are being found by element attribute but the last item is not being found for Click activity. Click seems to be missing the position.

Any ideas on how to make Click work on the last item of the datatable?

Hi @Thelma_Sunila_Levi

Can you show a screenshot of the workflow of how you have implemented this?

Attached my sequence, its a single workflow of extract, click to send to print.
AssessmentsIterate.xaml (52.6 KB)