Facxo

Results 2 comments of Facxo

Hello, I managed to create a new row when importing data: sheet.getRange(sheet.getLastRow()+1,1, results.length, results[0].length).setValues(results); But now it appends the header too. How can I solve this?

Hello again, for anyone facing my same issue, I finally came to a solution: function getFacebookReport() { // Selects the chosen sheet and tab const ss = SpreadsheetApp.openByUrl(SPREADSHEET_URL); const sheet...