Transform date variable to string
Content
I have tried transforming a date variable to a string using the transformations part in data association. The integration we build asks for a string variable instead of a date, this is why we require a transformation.
I have tried it by using this expression:
format(VALUE, "DD/MM/YYYY")
When testing, it fails. It gives us this error:
Runtime error in XML Transformation. Runtime error in transformation. XSL filename is xsl/date_stringe344a25d-c144-4425-ad18-7e1717d791c1.xsl. Source node name is oracle.bpm.bpmn.engine.runtime.BPMNExpression@3bd7967d The transformation file or source nodes may be incorrect. Verify that the XSL file is correct and source inputs are of correct type as used in XSL file.