Integration with Google Sheet - OnChange event type I am using Google Apps script to detect new data record added (by Typeform) to the spreadsheet.On the spreadsheet, only the event type = ‘On Change’ is triggered (not OnEdit).While the Typeform writes all data for the survey (questions, fields, submitted at, token), only the questions data show up in the event source data object. The first 18 columns are questions, the rest are fields (hidden and custom), followed by Submitted At and Token.Note that the spreadsheet has all columns populated and I can read with standard App script function on the sheet. However, I want to read the new/modified data as part of the event object.Example:The event object only shows the data[[true, 4.0, 9.0, 7.0, 5.0, 2.0, 4.0, 5.0, , , 0.0, 3.0, , , Starting to figure it out]] The sheet lastRow function shows all the columns[true, 4.0, 9.0, 7.0, 5.0, 2.0, 4.0, 5.0, , , 0.0, 3.0, , , Starting to figure it out, , J