External DocumentationTo learn more, visit the Google Sheets documentation.
Actions
Get Sheet Data
Retrieve sheet data from a spreadsheet.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Sheet Name | The name of the sheet. |
| Spreadsheet ID | The ID of the spreadsheet. |
| Parameter | Description |
|---|---|
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
{
"range": "Sheet1!A1:Z1000",
"majorDimension": "ROWS",
"values": [
[
"test",
"test0"
],
[
"test1",
"test2"
]
]
}
Was this page helpful?