Notion: Check for Database items. if found = update. if not = create Database item

i get data from a webhook. with this data i want to create a notion database item, but only if there is no database item with this property number yet. if the database item already exists, i want to update it.

i just can’t get it to do a check. can someone give me a hint?

What if you use the “Search Objects” Notion module in Make? And search by the number property mentioned. Then, set up a Router:

  1. Route 1 only continues if {{pageId}} exists (and the next step is to “update database item”)
  2. Route 2 only continues if {{pageId}} doesn’t exist (and the next step is to “create database item”)
2 Likes

Hi @timon

Please check the below loom to solve your issue.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

1 Like