Google Drive Read Spreadsheet
Reads data from a specific range in a Google Spreadsheet using the Google Sheets API.
Category: Google Drive & Gmail · Group: Google Drive · Activity name: GoogleDriveReadSpreadsheet

Example
outputVariable = GoogleDriveReadSpreadsheet("<spreadsheetId>", "<range>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Spreadsheet Id | string | Yes | The unique identifier of the Google Spreadsheet you want to read from. You can find it in the spreadsheet's URL. | |
| Range | string | Yes | The cell range to read from, in A1 notation (e.g., 'Sheet1!A1:D10'). |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | array | Specifies the name of the variable that will store the content of range. |