Hi @Mahesh_Gunaje, Actually, EventHandler gets triggered after the event occurs, so by that time the "cq:lastReplicationAction" property value is already assigned.In your case, you need to use a preprocessor to process the replication action before it happens.Here is an example for your convenience:...