Attachment Not Generated After Document Tasks CompletedIssue When an advanced script in a PDF template mapping returns a number, the document generation process is broken and the following entry in the error logs:"Error while generating the document: java.lang.ClassCastException: class java.lang.Double cannot be cast to class java.lang.String (java.lang.Double and java.lang.String are in module java.base of loader 'bootstrap')" ReleaseAll releasesCauseThe script should return String instead of Number in order for the document to generateResolutionMake sure to return String in the Advanced Script instead of Number. The expected result should be the String