Appends data to new rows in a Google Sheet with the given ID.
string
): The ID of the Google Sheet to write to.list
of string
): A list of JSON strings, where each string represents an object to be written as a row. This data is typically formatted by the ‘Formatter’ Runchat first.object
): The response from the Google Sheets API append operation, containing details like the number of updated rows, cells, columns, and the range updated.