I am trying to build a scrape tool that imports a csv file, then attaches each row from the csv to a url, then scrapes that url for a specific field. So far the tool adds all the urls and scrapes for the data, but it only returns the data for the first 2 and just displays the url for the rest:I am trying to build a scrape tool that imports