Docs and at least one community thread have suggested that the following expression should work in a stream selector conditional:
${record:exists('/ids') && length(record:value('/ids')) > 0}
This returns:
ELException: No function is mapped to the name "length".
The field in question is a list of integers. What am I not understanding?
Thanks