When a user submits survey via Email New Assessment Instance is created rather than updating exisintg Assessment instanceIssue When a user submits survey via Email New Assessment Instance is created rather than updating exisintg Assessment instanceResolutionThis issue is occuring because the associated notification has a mail script defined which is creating a new Survey instance rather than updating the existing survey instance when submitting a Survey via Email. We suggest referencing the logic implemented in OOB (Assessment: Survey User Invite) notification below which queries the correct survey instance for the Requestor:/nav_to.do?uri=sysevent_email_action.do?sys_id=634a4ae0d7011100828320300e6103c9var link = new AssessmentUtils().getAssessmentInstanceURL(current.sys_id);var url = '' + link + '';template.print(url);