Google sheet node printing everything in the same named sheet

As you can see I have items that I have to distribute into different sheets but is always printing in the same sheet. Am I doing something wrong?, please help

Information on your n8n setup

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

Hi @David_Almeida

Thanks for posting here and welcome to the community! :tada:

You can use the Loop (Split-in-Batches) node to update each sheet at a time.

Something like this:

Let us know if this helps! :raised_hands:

1 Like

Hello @ria Thank you, I will try it, I know this would probably work, but I’m also curious on why doesn’t it work with a simple line as when you open the loop node it says “You may not need this node - n8n nodes automatically run once for each input item.”

Also, how can I test the loop? because I’ve had some problems before in editor trying this node. It appears to only run once.

Thank you for the fast reply though ! :smiley:

I figured out how to test the loop

1 Like

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