Audio to Text with ChatGPT and Notion

Hi, not a developer or coder. Trying to us the Audio to Text with ChatGPT and Notion. After many false starts, get to last step and get this error message. Any idea? Thank you very much.

TypeError

Cannot read properties of undefined (reading ‘includes’)

DETAILS


ExportsInputsLogsDetails

Detailed/code mode

OpenAI (ChatGPT) Account

OpenAI - Pipedream

Notion Account

Notes Database

All Notes [UBCC] – (used for Ultimate Brain)

5afc84e8-39b8-42b4-828b-3708003a952f

Hi @gyates,

It seems like you’re encountering a JavaScript error related to trying to read a property of an undefined object. This typically happens when you’re trying to access a property or method on a value that is undefined.

Since you’re not a developer or coder, I’ll try to keep this simple. The error message suggests that somewhere in your workflow, there’s an attempt to use the includes method on a value that hasn’t been defined. This could be due to a missing setup step, an incorrect reference to a variable, or an unexpected response from one of the services (like OpenAI or Notion) that doesn’t include the expected data.

To help you further, I would need to see the specific step in your Pipedream workflow where this error is occurring. If you’re comfortable sharing that, it would help me diagnose the issue. Otherwise, I recommend reaching out to Pipedream support for more hands-on assistance. You can contact them at https://pipedream.com/support.

If you’d like to try troubleshooting this yourself, you can look at the step that’s failing and check if all the necessary data is being passed into it correctly. Make sure that any variables or data you’re expecting to use in that step are actually being provided and are not undefined.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.