Overview
This Runchat reads the values from a given range within a specified Google Sheet.Inputs
- sheetId (
string): The ID of the Google Sheet to read from. - range (
string): The A1 notation of the range to read (e.g., “Sheet1!A1:Z”, “A:ZZ”).
Outputs
- response (
object): The response from the Google Sheets API get operation. Contains therangeread, themajorDimension(usually “ROWS”), and avalueskey holding a 2D array of the data read from the sheet.