Hi Sunny, can you give us some sample code to show us how to do this? I’ve built an ecommerce site with a React front end and Strapi backend and I’m needed to check if my client has updated order status. When they update order status, I need to trigger an email. I’m trying to compare the existing order status in the database with a potential change in order status by my client when beforeUpdate runs?