duplicate-record-validation #8
|
|
@ -55,7 +55,7 @@ export async function appendToSheet(values: any[]) {
|
|||
|
||||
await sheets.spreadsheets.values.append({
|
||||
spreadsheetId: SPREADSHEET_ID,
|
||||
range: 'DATABASE!A:H',
|
||||
range: 'DATABASE!A2:H2',
|
||||
valueInputOption: 'RAW',
|
||||
requestBody: {
|
||||
values: [values],
|
||||
|
|
|
|||
Loading…
Reference in New Issue