Notifications sent out with content of previous notificationsIssue Update/Add additional comments on the RITM/Incident etc records multiple times with different comments and for each update you might see an email notifications triggered related to a previous update multiple times.ReleaseAllCauseSometimes the second event completes processing and sends an email , before the first event updates the record with the latest comment, because of this we see unexpected behaviour in the emails. You can confirm this by adding a wait condition in the Script/BR which generates first event.Since this happens very slowly because of the wait step , the email is generated with the already existing comments.ResolutionIf an event is dependent on the outcomes of other event then we have to wait for the first event to complete processing. I think it is better not to use events for notification generation. Instead you can use "Record Updated or Inserted" for triggering the notification by adding some conditions.