Step Details | |
| Introduced in Version | 4.0.0 | 
| Last Modified in Version | 7.12.0 | 
| Location | Data > Text | 
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
| Property | Description | Data Type | 
|---|---|---|
| Original List | List of String items that contain duplicate strings. | String | 
Outputs
| Property | Description | Data Type | 
|---|---|---|
| GetDistinctListOfStrings1_Output | List of items without duplicates. | String | 
