FEEL expressions - filter null values in a list

Hi @Eetay :wave:

Nice :+1:

You can also filter a list by the lister operator:

vars[item != null]

Related issue for the modeler: Editor doesn't allow blanks · Issue #223 · zeebe-io/zeebe-modeler · GitHub

This expression can also be written without whitespace =vars[item!=null].

Alternatively, you can edit the expression in the XML view of the modeler.

Best regards,
Philipp