Créate a GSheet on a specific folder

Describe the problem/error/question

Is not an error, only a question. Is it posible to create the GSheet using the node but create in a specific shared folder and subfolder?

Information on your n8n setup

  • n8n version: last version
  • Database (default: SQLite): SQLite
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: DSM 7.2. Synology NAS

Hi @MaaPer, you can do this in two steps:

To create a GSheet in a specific shared folder, you can use

  1. GSheet node’s create:spreadsheet operation to create a GSheet
  2. Google Drive node’s move:file operation to move that to a specific parent folder

Hope that helps!

2 Likes

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