Append Row

append the row data into the google sheets.

Append the specified row data into the google spreadsheet.

circle-info

This activity can only be used after the Create GSuite Connection Activity.

Input

  • Credential: Object Variable A variable name that references the user credential to access the resources.

  • SpreadSheet Id: String Argument The Id of the spreadsheet is to be appended.

  • Sheet Name: String Argument The name of the sheet is to be appended.

  • Cell Address: String Argument The starting address of the cell in the sheet is to be appended.

  • Row: List Object Variable The list of row values is to be appended.

Last updated