I have an excel file that contains several variables that I want to use to perform a web search. I use “read range” to read the data from the Excel table and “for each row”. In total I would like to do three searches. For each search i want to apply Data Scraping and save the results in a separate Excel file. Unfortunately, only the Data Scraping results from the first iteration are always transferred into the table. Does anyone know a solution? Thanks in advance!
thank you for your answer! I’m already using “Append Range”. Only the Data Scraping results from the first search are transfered 3 times into my table.