Google Append Multiple Rows To Spreadsheet
Append data to spreadsheet
What it does
- Takes 4 inputs and produces 1 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| Credentials JSON | Object | Google service account credentials |
| Spreadsheet ID | String | ID of the spreadsheet file https://docs.google.com/spreadsheets/d/{spreadsheetId} |
| Spreadsheet Tab Name | String | Tab name of the spreadsheet file e.g Sheet1 |
| Values List | List | List of values |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether file was successfully updated |