Hello Make’s team,
I’m new here.
I’m trying to build a scenario to list all videos in an Youtube Channel and put them in a Notion Database.
I use the “Watch videos in a Channel” to configure the channel. I use a Notion “Search Objects” and a filter after it to verify the video is not already in my Notion database.
After few tests, everything is working : if a video is already in the Notion Database, Make does nothing, if not, Make creates a new item in my database. Perfect
My issue is when I launch the scenario to scrap all the 1300+ videos of the channel : Make check all videos from the most recent ones, but stops every time on the videos before 2018 (with no errors).
So, I have only 503 videos on the 1300+ I should have! Damn!
I tried to modify the “where to start” all ways I can, but even if I choose an old video (2012), it starts from the most recents ones (2024) and go back in time, but stops still at 2018…
I have enough operations in my Subscription Plan. I put the limit in my trigger to 1500.
If I put a filter in the link after my trigger module, it doesn’t matter (because the trigger module doesn’t send old videos before 2018 to the filter…
So, how to make Make to start from the old videos OR to continue before 2018 ones?
Thanks in advance!