Hi Community
Thanks in advance for your help! I’m trying (and failing) to create a simple scenario where metadata from my Vimeo library syncs with a database in Notion.
So far, my approach is
- Watch Vimeo for new / changed items
- Search Notion (no filter or sort)
- Router with two outputs
- Filter for items “Not in Notion”, then “Create Database Item” for those
- Filter for items “Updated in Vimeo”, then “Update Database Item” for those
I think my issue might be related to bundle alignment, as it seems to be offset by 1 in my “Not in Notion” filter (see screenshot below). But this is just a guess.
Your wisdom would be greatly appreciated!
Reuben