I’m trying to build an automation where n8n sends data into a Google Sheets file.
The challenge is that this Google Sheets doesn’t contain just one table — it has multiple sub-tables within the same sheet, separated into different sections.
My question is: Is there a way for n8n to automatically write data into all these sub-tables or into specific rows within each one?
So far, I’ve only seen how to write to a standard table, but not how to target several separated table areas inside the same sheet.
Has anyone dealt with something similar or knows the best approach for this?