Skip to content

Append Rows Node

Data/Google/Sheets

Append Rows

Append rows to the end of a Google Sheets range

data_google_sheets_append_rowsdataLong running
Inputs5
Outputs5
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

5

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Google Drive provider

GoogleProviderGoogleProvider4 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The OAuth access token

refresh_tokenstring | null

Optional refresh token

expires_atinteger | null

Token expiration timestamp (unix seconds)

format uint64min 0
Schema enforced

Spreadsheet ID

String
spreadsheet_id

Range

String
range

A1 notation range (e.g., 'Sheet1!A:D')

Values

Generic Array
values

2D array of row values to append

Output Pins

5

Success

Execution
exec_out

Error

Execution
error

Updated Range

String
updated_range

Range that was updated

Updated Rows

Integer
updated_rows

Number of rows appended

Error Message

String
error_message

Node Info

Internal name
data_google_sheets_append_rows
Category
Data/Google/Sheets