Notion property is updated in Database 1, check to see if related property exists in Database 2, if not, then create a page

Hi there,

I’m getting stuck as the title suggests. I’m getting data from a Webhook.


I tried to use the Search objects function, I figured the best way would be to filter the relation to contain the same name as what’s in the Webhook.

Any help is appreciated.

Hi Michael,
Relation properties accept an “ID”, not a “text” value type. So, you would need to map the relation value ID from the webhook, instead of the name

1 Like

Hi Simo, thanks for that! Solved my issue immediately once I switched the Relation filter to an ID tag instead of a Text tag! appreciate the help!