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. Get the file id (Step 5) |
Credentials JSON | Object | Service account credentials. Get the credentials |
Spreadsheet Tab Name | The tab name of the sheet. Get the tab name (Step 6) | |
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. True / False |
Values arrangement
The 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 3 months ago