Skip to main content

List Sheets Metadata

Retrieve the metadata of the sheets available for a specific spreadsheet.

External Documentation

To learn more, visit the Google Sheets documentation.

Basic Parameters

ParameterDescription
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

{
"spreadsheetId": spreadsheetId,
"sheets": [
{
"properties": {
"sheetId": sheetId,
"title": "Sheet1",
"index": 0,
"gridProperties": {
"rowCount": 100,
"columnCount": 20,
"frozenRowCount": 1,
"frozenColumnCount": 0,
"hideGridlines": false
}
}
}
]
}

Workflow Library Example

List Sheets Metadata with Google Sheets and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop