boltops-tools / boltops-tools/pipedream
Can't create Google Sheets "New Row Added (Instant)" Trigger
- Dominant language
- Ruby
- Stars
- 13
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.