Get Sheet Data
Retrieve sheet data from a spreadsheet.
External Documentation
To learn more, visit the Google Sheets documentation.
Basic Parameters
Parameter | Description |
---|---|
Sheet Name | The name of the sheet. |
Spreadsheet ID | The ID of the spreadsheet. |
Advanced Parameters
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. |
Example Output
{
"range": "Sheet1!A1:Z1000",
"majorDimension": "ROWS",
"values": [
[
"test",
"test0"
],
[
"test1",
"test2"
]
]
}
Workflow Library Example
Get Sheet Data with Google Sheets and Send Results Via Email
Preview this Workflow on desktop