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:
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: