We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d1233 commit 171487cCopy full SHA for 171487c
utils/logging.gs
@@ -31,6 +31,8 @@ function measuringExecutionTime() {
31
// [START apps_script_logging_2]
32
/**
33
* Logs Google Sheet information.
34
+ * @param {number} rowNumber The spreadsheet row number.
35
+ * @param {string} email The email to send with the row data.
36
*/
37
function emailDataRow(rowNumber, email) {
38
Logger.log('Emailing data row ' + rowNumber + ' to ' + email);
0 commit comments