Looking for guidance on how to download multiple PDF files from a public web page. The website is 'https://vpic.nhtsa.dot.gov/mid/' On the right there is two check boxes, check box 566 needs to be unchecked and on the right Manufacturer ID needs to be added from the sample data provided, click search. On the next page I will have it show 100 entries. The next section is where I'm having issues with the logic. There is a list of pdf files in the table, clicking on the ORG Name column will open a window with the PDF. I need to figure a way out to download all the PDF files listed and save them in a folder. I need to to this for the list that is in the sample spreadsheet attached. Some have more then 100 results and span multiple pages. I had this automation when using UiPath and used a HTTP request activity, I was able to extract the URL's using data scraping and do a for each on each of the URL'S using HTTP Request, but not sure how to do that with Power Automate. Any Help would be appreciated