Add new built-in function to find duplicates #642
Labels
scope: Camunda 8
Required in the context of Camunda 8
support
relates to a support case
type: enhancement
Is your feature request related to a problem? Please describe.
Currently, we don't have a direct function that can return us all the duplicates from a list. We managed to use a workaround with the use of list expressions, functions, and control flows. This functionality would be the exact opposite of distinct values().
Describe the solution you'd like
Add a new function to find duplicate values in a list.
Signature:
Examples:
Related issues
The text was updated successfully, but these errors were encountered: