Google Update Data In Spreadsheet
This action is used to append data to Google Spreadsheet row.
Inputs
Name | Type | Description |
|---|---|---|
Spreadsheet ID | String | The id of the spreadsheet. |
Credentials JSON | Object | Service account credentials. |
Spreadsheet Tab Name | The tab name of the sheet. | |
Values List | List | A list of values to append to a spreadsheet row |
Outputs
Name | Type | Description |
|---|---|---|
Success | Boolean | Whether the file was successfully updated. |
Values arrangementThe values are appended to the spreadsheet in the order they are in the Values List.
Values List
["cell 1","cell 2", "cell 3", "cell 4"]Result

Updated 11 days ago
