Getting info from sheets in Gsheet

Hey I am trying to bulid a workflow that allow me to get info from my googlesheet , It is working but the only prpoblem that i cant solve is how to let it read all sheets inside every Gsheet . Is there any soloution ? 

Information on your n8n setup

  • n8n version: 1.113.3

  • Database (default: SQLite):

  • n8n EXECUTIONS_PROCESS setting (default: own, main):

  • Running n8n via (Docker, npm, n8n cloud, desktop app):

  • Operating system:

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:

Hello @Nasser_Aljalhami, welcome to the :n8n: community!

Yes, there is a solution!

You can use an HTTP Request node to get all the sheet information using this endpoint:

https://sheets.googleapis.com/v4/spreadsheets/YOUR_SPREADSHEET_ID

Don’t worry — just use the same Google Sheets credentials you already have.

Here’s a simple demo workflow to get you started:

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