Send email when a column value changes in database
I have a requirement where I need to monitor a status column in a database table which is getting updated by a 3rd party application.
Suppose if the status value is changed to "S00" in database, I want to monitor the status for 1 hour and if its still "S00", I need to call an activity in Pega to send an email.
How to implement this?
***Edited by Moderator Marije to add Capability tags***