Heeeelp! node: google sheets

Hi!! Somebody help me pleaseee!! Idk what i’m doing wrong :frowning: She sheets node should to process two different file id but it process one unique file id twice.

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 @Valeria_Herrera Could you share the workflow json file in here, using </> symbol in the text box

Hey @Valeria_Herrera

Not sure I understood the issue correctly but it looks like you need a loop node after the split out one:

This way you will go through each file that was found in your google drive and try to get it from the google sheet.
The limitation is that you can work with one row at a time so anything you do after that still has to be added in the same loop.

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