Iterate through list on webpage and click

Attached is a list of file names in blue under the invoice column. I’m trying to iterate through each of the invoice numbers in blue and then click on them according to a condition. Any idea what route i should take to iterate through each invoice number?

if

Hi @NATHAN_MORA

One way is to do datascraping

Scrape the invoice number and the corresponding link associated with it and then iterate through each link .

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

Table Extraction or DataScraping?

Datascraping @NATHAN_MORA