Hi @Eetay
Nice
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