Skip to main content
googleSheets.appendValues uses an A1 range to detect a logical table and appends after its last data row or column.

Example

Inputs

Provide spreadsheet, detection range, and non-empty values matrix. majorDimension defaults to rows. inputMode defaults to userEntered. insertMode defaults to googleSheets.insertRows. overwrite can write over cells after the detected table. includeValues defaults false. Response render modes match Write values. Second argument { account } selects the Google Account binding.

Output

Returns spreadsheetId, optional pre-append tableRange, updatedRange, update counts, and optional values. The detection range identifies a logical table, not necessarily the appended range.