Delete Duplicate List Values Step
Brief description
In this step, you can remove all duplicate values from the list
Step Information
Step Name (Not required)– the custom name of the process step that labels the editor’s process step box
Input Parameters
- Source list variable (Required) - existing list variable
- Ignore case* (Required) - toggle button to define whether the step should be case-sensitive when searching for duplicate values in the source list variable
- T (true- default value)
- F (false)
Output Parameters
- Destination list variable (Required)- new or existing list variable that will store the resulting list with duplicate values removed
- Element count destination variable (Required)- new or existing integer variable that will store the count of unique elements in the destination list variable
- Deleted count (Required)- new or existing integer variable that will store the total number of deleted elements
Additional comments
*Those parameters are visible only if the selected list variable is of the ListOfString data type. If you select the ListOfIntegers data type, those fields won’t be visible.