Is there a way to hide a spreadsheet's tabs?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

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:

Hi @noobsaibot,

Welcome to the community :tada:

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


Judging by the UI, I’m assuming that you’re trying to hide a Sheet in the Google Sheet’s UI?

If you’re creating a new sheet in a Google spreadsheet that you want to hide from the UI, you can do this by turning on the ‘Hidden’ option in the Google Sheet node:

image

If you want to hide a sheet that’s already been created, the current Google sheet node doesn’t support this but you can make a custom API call using the HTTP request node like so:

Hope that helps!

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