Skip to main content

Get Sheet Data

Retrieve sheet data from a spreadsheet.

External Documentation

To learn more, visit the Google Sheets documentation.

Basic Parameters

ParameterDescription
Sheet NameThe name of the sheet.
Spreadsheet IDThe ID of the spreadsheet.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform 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

Workflow LibraryPreview this Workflow on desktop