Get Distinct List Of Strings
  • 14 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Get Distinct List Of Strings

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationCommunication > Email

This step takes in a list of strings and returns only the unique entries of that string list. For example, if 'a,b,c,c,d,e' is supplied as an input, the output will be 'a,b,c,d,e'.




Properties

Inputs

PropertyDescriptionData Type
Original ListList of String items that contain duplicate strings.String

Outputs

PropertyDescriptionData Type
GetDistinctListOfStrings1_Output
List of items without duplicates.String


Was this article helpful?