Remove duplicates from list transform action
Last updated
Was this helpful?
Last updated
Was this helpful?
You are working with a list of users however, the dataset contains multiple objects with the same GUID, you would like to remove the duplicates from the list.
Returns a list of unique items from the given list/iterable.
Attribute
Filter objects with unique values for this attribute; Only required for lists of objects.
Case Sensitive
Treat upper and lowercase strings as distinct.
List
List to remove duplicates from.
The expected output for this transform is a new list of the unique items from the previous list.
Result of Example 1:
Result of Example 2: