Hey
I have a use case where a workflow is allocating a form task to a data steward, who then fills in an input on the form task of type list.
Now, in a subsequent connection I would like to route to other elements based on the operator "if the form list is populated". Currently, there are only two operators available for Lists ('=' and '!=').

On text inputs, there are two additional operators available ('is populated' and 'is not populated'). It's necessary that these two operators are also available for lists, else I my workflows become unnecessary complex and intuitive for users.
Funnily, that exact functionality already exists for Asset Fields. So a consistent implementation would make sense in my opinion.

Best
Jan