DMN Feel Expressions: Input Expressions Variable names with hyphens?

Hi @StephenOTT :wave:

I recommend to use camelCase or snake_case for variable names.

If you need to reference a variable name with a special character, like a dash, a whitespace, etc., in a FEEL expression then you can escape the name using backticks.

`foo-bar`

Does this help you?

Best regards,
Philipp