Remove Duplicates Function

Simran Mehndiratta
Simran Mehndiratta
  • Updated

Function Name:

Remove Duplicates

Purpose:

Remove Duplicates function is used to remove duplicate elements in a given list. It retains the order of the original list.

Configuration:

1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.

2. Enter a Description that will explain what the function is configured to do.

3. Input List is typically a token that resolves to a List value.

If this configuration is empty, then the input to this function would be used to remove duplicates.

Note: This function only works with List which has primitive types like String, Integer and Double.

Example:

Input List,

[2, 1, 2, 3, 4, 1]

Output,

[2, 1, 3, 4]

Share this

Was this article helpful?

0 out of 0 found this helpful