i get data about a customer with a unique customer id via webhook. now i want to check in make if there is already an entry in a notion database for this customer with this id, if yes, the entry should be updated.
I have done it with the flow
webhook → Notion: Search Object → Notion: Update Database Item
but i can’t get a database item id through the “search object” module, which i can use in the “update” module. does anyone have an idea?