Notion Watch Database Items Can not find changes

I am trying to automate a process where if a change happened at my certain notion DB, There is a watch database items module that is triggered after any change.

The problem is that there is no property where I can find the change. I would like to create different scenarios with different changes. But It only gives me new version of the database item.

Is there a chance to get property changes?

I am thinking about creating a same notion DB and it will check the other DB after every change and determine the property changes and then update it.

Is there any other method I can try?

That’s right, there is no way to get the details of property changes via the Notion API currently (you only get the latest version of the database item). So, using a secondary Notion database to compare the changes is the way to go. Another alternative is to use a Date Store in Make (same concept).

Got you, do you have any suggestion to track changes or create a changed property data?

I actually want to track changes on select items, I will update an another data if there is any changes to select data.

Sounds good - you may store the select property value each time the scenario runs, and compare the stored value with the new value after the trigger at each run