HI Shreyansh , You can use object has changed Java action which will return true or false and make your decision accordingly .
Hi
You can use Audit trail from marketplace.
https://marketplace.mendix.com/link/component/138
You can watch how to custumize: https://www.youtube.com/watch?v=RW81GyCK1eE
The Community Commons module in the Marketplace has an action called objectHasChanged. This will return true if at least one member of the object has changed. You can call this action from a microflow, check the object, then create your new object if necessary.
https://docs.mendix.com/appstore/modules/community-commons-function-library/#orm
I hope this helps.