Is String concatenation supported in Caumda 8 DMN

Hello,
I have a question regarding DMN, is the string concatenation in the output of the DMN supported?
If I set the output type to string and I have an input variable I need to concatenate it with a string, what is the appropriate way to do that?

Thank you

Hi @Abrar_Madi
In the rule a feel expression is supported for the output entry.
So something like "foo" + "bar" or variabl1 + variable2 will work.
Please have a look at this site:

1 Like