Get Distinct List Of Strings
- 11 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Get Distinct List Of Strings
- Updated on 11 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?