Generate Files (multiple) after scraping

Hello. My current flow is getting the list of URLs from a Google Sheets document and then scraping content from those pages. After scraping, I want the scraped content saved in separate .txt files.

The problem is, “Generate File” node is not creating separate/numbered .txt files for each of the scraped URL. Instead, it simply generates a single file which is overwritten again and again and only consists of the content scraped from the last URL (in the last row only).

Is this a bug? Can anyone please help?

Workbook link: https://www.gumloop.com/pipeline?run_id=LBmE22yTZzNW6VLmv5w9Du&workbook_id=bKiuv8bg5v1WLYhgN2x5H9

Hey @harisn - You need to have unique file names here, you can either append the URL to the file name using the Combine Text node or upload the generated file to drive after each loop iteration.

Let me know if this works for you.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.