Remove Duplicate Rows
UiPath.Core.Activities.RemoveDuplicateRows
Removes the duplicate rows from a specified DataTable variable, keeping only the first occurrence.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Cross - Platform Configuration
- Input Data Table - The
DataTableyou want to remove duplicate rows from. This field supports onlyDataTablevariables.
Properties
- Output Data Table - The output Data Table with the removed duplicate rows, stored in a
DataTablevariable. Placing the same variable as the one in the Input: field changes the initial variable, while supplying a new variable leaves the initial variable unaffected. This field supports onlyDataTablevariables.
Windows, Windows - Legacy Configuration
Properties
- DisplayName - The display name of the activity.
- DataTable - The
DataTableyou want to remove duplicate rows from. This field supports onlyDataTablevariables. - Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
- DataTable - The output Data Table with the removed duplicate rows, stored in a
DataTablevariable. Placing the same variable as the one in the Input: field changes the initial variable, while supplying a new variable leaves the initial variable unaffected. This field supports onlyDataTablevariables.
Example of using the Remove Duplicate Rows activity
Here you can see how the Remove Duplicate Rows activity is used in an example that incorporates multiple activities.