pme123
1
I have a multiline Output in my DMN, like
"my multiline
next line"
This gives me:
I just pasted the content in that field.
Do I have to encode all new lines with \n
or is there a simpler way to fix this?
Modeler: Version 4.3.0 (4.3.0.6787)
It also does not work with 3.5.
Hi @pme123,
I think that multi-line strings are not supported by the FEEL engine yet. Feel free to create an issue here: https://github.com/camunda/feel-scala/issues
An explicit newline using \n
may work.
Best regards,
Philipp
pme123
3
Thanks @Philipp_Ossler, yes it looks like, I will go with \n.