Hi @ntdim1973,
currently, the Camunda FEEL engine doesn’t support null-checks. If you can’t prevent null values then you’ve two ways:
- use another expression language, e.g. JUEL or Groovy
- use the FEEL-Scala extension
Does this help you?
Best regards,
Philipp