Troubleshooting Pipedream Integration: Not Pulling Records from YouTube to Notion Database

This topic was automatically generated from Slack. You can find the original thread here.

I am testing Pipedream for integrations for a client. I have successfully set up a test that checks a Youtube Channel for videos and adds them to a Notion DB. But, once I run it, it does not pull any records. Ideas?

I am testing Pipedream for integrations for a client. I have successfully set up a test that checks a Youtube Channel for videos and adds them to a Notion DB. But, once I run it, it does not pull any records. Ideas?

It’s possible that there might be an issue with the configuration of your workflow or the way the data is being processed. To help you troubleshoot, I’d need more information about your workflow setup, such as the trigger you’re using and the steps involved in fetching the YouTube data and adding it to the Notion database. In the meantime, you can double-check your YouTube and Notion API configurations and ensure that the correct data is being passed between the steps. Also, make sure you’re using the appropriate actions for both YouTube and Notion in your workflow.

that is our awesome support bot. You can go back and forth with it, just make sure to @ mention it by name when you ask questions.

Happy to share the workflow

I saw that sharing them in possible, but do not see how in my account

Can you describe your workflow more in terms of what source and steps you’re using, and what isn’t working correctly? We can see if our support bot, Pi can help debug.

Trigger: YouTube API (Check New)
Action: Notion: create_page_from_database

And so is that trigger waiting for new videos or something like that?

Yes.

I just built a similar one for vimeo and having the same issue

I think i need to itterate through the results array

It pulls the first result, not the rest

Yea, those triggers are waiting for new events. They only trigger the workflow on events moving forward. But when you create the trigger, we typically pull in historical events to help make the workforce building process easier, so you can see the event shape to expect.

Can you try triggering an eligible event in YouTube and/or Vimeo?

I did. It works,

Pulling just one though

Youtube pulls a list of 20 events, but I can only pick one on the test

Ideally, both will do a one time pull to get the whole history and then check daily for new ones

I have them both working via WebHooks, just have to figure out how to step through the array