This topic was automatically generated from Slack. You can find the original thread here.
Hi All, I have a pipedream workflow that pulls an MP3 file from a OneDrive folder then uses ChatGPT to create a transcript in Notion.
I used a test files while I was creating the workflow and it was working great. After changing the source to a new sub-folder I don’t see any events occurring.
I’ve double checked things and there are a couple of files that have been created in the folder.
I’m very new to Pipedream and Notion.
Anyone able to provide some guidance on what I should look at?
Error log has this
2024-02-05T19:26:34 error
TypeError: Cannot read properties of undefined (reading ‘file’)
at Object.isItemRelevant (file:///var/task/user/sources/new-file-in-folder/new-file-in-folder.mjs:30:27)
at Object._processEventsFromDeltaLink (file:///var/task/user/sources/common/base.mjs:165:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.run (file:///var/task/user/sources/common/base.mjs:294:3)
at async /var/task/index.js:122:11
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async exports.main [as handler] (/var/task/index.js:60:20)
Ok, so if I drag an drop a file into the OneDrive web page the workflow triggers
If the file gets created on my PC and synced to the cloud I don’t get anything triggered. I get the error I pasted above.
Once I get that error it seems the workflow is stuck in that state an nothing is triggered