I am new to n8n and started learning from the templates. However, I found that when executing a template, the Google Sheet is usually missing, and I have to “look at” the Google Sheet note details to create a sheet myself manually.
I was wondering if there is a more efficient way to start using the templates? Thank you!
Hey, **WillNotGiveUp, **
with n8n templates that use Google Sheets, you usually have to create the sheet file yourself first. So far there’s no automatic way for the file to just appear, mostly because of Google’s permission limitations. I usually check the instructions in the template and make the sheet based on the example it gets pretty quick once you’re used to it.
If you want something more automatic, you can start your workflow with the “Create Sheet” node so it creates a new sheet using n8n. Still, the initial file usually needs to be made by the user the first time.