Syncing Vimeo library with Notion database

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

  1. Watch Vimeo for new / changed items
  2. Search Notion (no filter or sort)
  3. Router with two outputs
  4. Filter for items “Not in Notion”, then “Create Database Item” for those
  5. 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

Hi,
You may try to use the filter for “Vimeo Video ID” in the Notion Search Objects module.
Then, keep the two routes and filter for “(Notion) page ID doesn’t exist” and “(Notion) page ID exists”

2 Likes