row to sheet

PHOTO EMBED

Sat Oct 29 2022 04:38:13 GMT+0000 (Coordinated Universal Time)

Saved by @entropyforever #javascript

var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("URLs");
sheet.appendRow(ficUrls.flat());
content_copyCOPY