I checked some website and most of them said to scrape the table and make the automation to click each link.
But when I export the table, the link does not show up but only text information.
Could some one help me click/or download each of these files?
Below is the File I made so far.
I tried to upload the UiPath file but could not because I am new.
Data Scraping
Indicate the data table on the webpage.
Output: dataTable
For Each Row (item in dataTable)
Open Browser
Input: URL = item("LinkColumn").ToString()
Perform actions on the page (click links, download files, etc.