What is sort data table? and what is the use of sort data table
What is sort data table? and what is the use of sort data table
Sorts an entire DataTable
by ascending or descending order, based on the values of a specified column.
Common:
Input:
DataTable
variable you want to sort. This field supports only DataTable
variables.Misc:
Output:
DataTable
variable after it has been sorted. Placing the same variable as the one in the Input field changes the initial variable while adding a new variable leaves the initial one unaffected. This field supports only DataTable
variables.Sorting Column:
DataColumn
variables. Setting a variable in this property field disables the other two properties.Int32
variables. Setting a variable in this property field disables the other two properties.String
variables. Setting a variable in this property field disables the other two properties.Reference: https://docs.uipath.com/activities/docs/sort-data-table