Hi @StephenOTT
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