Help with dynamic selector to increment rows

Hi. I am attempting to download from an application that may, or may not, have more than one row of downloads that need to be managed. I am currently using a While Loop with a condition if incrementCount < downloadCount (variable set with a match activity to capture the number of lines with the word “Download”). I have a click activity which I set in the loop with the following selector
.

I am using Chrome.

The table column will always be 1 but the table row increments. What am I missing on this selector. IncrementCount is assigned to 1 in a variable and increased by 1 in the while loop.

Hi ,

i would suggest you to try ,

– Extract the entire table with download rows, using DataScraping
– Use For each row to loop in all availiable rows (Note : Table row starts with 0 and not 1)