Google Append Data To Spreadsheet

This action is used to append data to Google Spreadsheet row.

Inputs

NameTypeDescription
Spreadsheet IDStringThe id of the spreadsheet.
Get the file id (Step 5)
Credentials JSONObjectService account credentials.
Get the credentials
Spreadsheet Tab NameThe tab name of the sheet.
Get the tab name (Step 6)
Values ListListA list of values to append to a spreadsheet row

Outputs

NameTypeDescription
SuccessBooleanWhether 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

1086