Using AuditTrail marketplace module to log changes. Would like to log only after a certain date has reached

0
I have some entities which I want to keep changes’ history of only after a certain date has reached (date stored in db). How to accomplish this since it directly logs all the changes using the custom java action
asked
1 answers
0

Not sure if I’m getting your requirements right, but you can check if your certain date has been reached in the before commit microflow where you add the java action to log the changes.

 

answered