Input transformation in dmn table

Is it possible to use JUEL or FEEL to convert an Input parameter to lower case before checking a dmn table?
Thanks for your support.

Best regards,
Steffen

Hey @Samsun17,

I tried the following on my local machine and it worked out okay. First, change the Expression Language of your Input Expression to JUEL then do variable.toLowerCase() in the Input Expression as per the image. This should change the input to lower case for the evaluation of the table.

Regards,

1 Like

Thank you, that works for me too.

Regards

1 Like