GOOGLE WORKSPACE Append rows function

The GOOGLE WORKSPACE Append rows function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to append rows to a Google Sheet.

For a full list of available functions, please read GOOGLE WORKSPACE functions.


Description

The Append rows function appends rows of data after the last row with content in a Google Sheets spreadsheet. This is ideal for adding new records to an existing data set.


Input parameters

ParameterRequiredTypeDefaultDescription
ConnectorYesSelect-Select the Google Workspace connector to use
Spreadsheet IDYesText-Google Sheets spreadsheet ID
RangeYesText-A1 notation range indicating the target sheet and columns (e.g. Sheet1!A:D)
ValuesYesText-2D array of rows to append, e.g. [["Alice","30"],["Bob","25"]]
Value input optionNoSelectUSER_ENTEREDHow values are interpreted: RAW or USER_ENTERED
VariableYesText-Variable to store the result

Output variables

VariableTypeDescription
VariableObjectObject containing tableRange and updatedRows count

Errors

  • Spreadsheet not found – the spreadsheet ID is invalid or you lack access
  • Invalid range – the A1 notation is malformed

Tips

  • Use a range like Sheet1!A:D to append to the first four columns
  • Rows are appended after the last row that contains data
  • This function is better than Write for adding records because it auto-detects the next empty row

Related functions

  • Write sheet range – Write to a specific range
  • Read sheet range – Read values from a range

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.