How do I map rows from a Set node to different Google Sheets tabs?

Hey everyone, I am using n8n to collect health score metrics for five different websites via a Set node. Now, I want to take the five rows of data (each representing one website’s health score) and populate them into five separate tabs in a single Google Sheets document—one tab per website.

Has anyone done this or have any suggestions on how to set it up? Thanks in advance!

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:

Hey @Marina_Galstyan,

Yes, it is very possible. I’ll show you how to do it:

First use a Switch node to determine the path each website should take

Then in your Sheets node, select the “tab” you want to put the data into:

After that, I recommend using the option Map Each Column Manually

If my reply answers your question, please remember to mark it as a solution.

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