-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
my workflow that was working normally 3 days ago suddenly had a problem today. After checking the log, found that the problem was in the Trigger. Trigger can't even be recreated.
TypeError: Cannot read property 'rowCount' of undefined
at file:///var/task/user/google_sheets/google_sheets.app.mjs:264:29
at Array.map ()
at Object.getWorksheetLength (file:///var/task/user/google_sheets/google_sheets.app.mjs:262:10)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.getWorksheetLengthsById (file:///var/task/user/google_sheets/sources/common/new-row-added.mjs:64:32)
at async Object.processSpreadsheet (file:///var/task/user/google_sheets/sources/common/new-row-added.mjs:111:36)
at async Object.deploy (file:///var/task/user/google_sheets/sources/common/http-based/base.mjs:59:7)
at async /var/task/index.js:95:13
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async Runtime.exports.main [as handler] (/var/task/index.js:60:20)