GSheets Operator > Google Sheets Sheet Tab Data > Append Values

Append Values

Adds the values from the input array to the range as a new row provided that the array length matches GetColumnCount() or if this object's range is blank.

Inputs

In
Exec

Target
Google Sheets Sheet Tab Data Object Reference

In Array
Array of Google Sheets Cell Data Structures

An array of FGoogleSheetsCellData of a length matching GetColumnCount() or any length if this object's range is blank.

Outputs

Out
Exec

Return Value
Boolean

Whether the array could be added.