Loading and Summarizing multiple files in Google Drive

I have the following workflow below where I load multiple from a google drive then I want to summarize all the files in the google drive, create a new folder {Summaries} in it if it does not exist and paste the summarized version as a single file into the Summaries directory.

I do not know how I can make it so that I can create summaries from each extracted file input in a for loop and such. Help would be appreciated.

  • n8n version: 1.27.3
  • Database (default: SQLite): No db was installed with it
  • n8n EXECUTIONS_PROCESS setting (default: own, main): clicking to execute
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: Windows 10 Version 22H2

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi I have updated it, I would appreciated it if you could take another look.

Welcome to the community @ege_selcuk!

Nodes in n8n do loop over incoming items by default. I just tested it with the following workflow, and it seems to be working fine. In the output is a “summary” for each user. Does it not work for you?

1 Like

Thank you it worked

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