0
1
GSGuntar Susatyo
The code appends a row to the sheet containing the following data:
new Date(), waktuEdit, userEmail, 'TEKS', kodePOD
The code first creates a new Date object and stores it in the recordSheet.newDate column. Then it creates a waktuEdit object and stores it in the recordSheet.waktuEdit column. Finally, it stores the userEmail and 'TEKS' values in the recordSheet.userEmail and recordSheet.teks columns, respectively. Finally, the code assigns the kodePOD value to the recordSheet.kodePOD column.
Shortcut: sheetAppendNewRow
recordSheet.appendRow([new Date(), waktuEdit, userEmail, 'TEKS', kodePOD]);