Business rule "Replace variables in description fields" causes duplicate email records to send when an HR task is createdDescriptionThe business rule "Replace variables in description fields" has current.update() which is not best practice and might cause recursive business rules. This will in turn trigger "HR Task assigned to me" notification twice causing duplicate emails to be sent. See Prevent recursive business rules: https://docs.servicenow.com/bundle/sandiego-application-development/page/script/business-rules/reference/r_HowBusinessRulesWork.html#d2579214e260Steps to Reproduce 1. Create a new case or open an existing active case2. Click on Add task related link and select a task template that has ${ in short_description3. Select any active user having email ID in Assigned to4. Click on Ready for Work UI Action5. Navigate to Emails and notice duplicate emails getting triggeredWorkaroundIn the BR "Replace variables in description fields", 1. Comment out the current.update() statement2. Under When to Run tab, change When to 'before' from 'after'Related Problem: PRB1563207