Articles → UIPATH → Sort Data Table Activity In Uipath
Sort Data Table Activity In Uipath
Purpose
Example
- Drag and drop the "Build Data Table" activity and assign the datatable in a variable
Click to Enlarge
- Drag and drop the "Sort Data Table" activity and set the following properties
- Set the input data table as the one that we have created using the "Build Data Table" activity in the previous step
- Set output to a new data table
- Set the sorting column in the table
- Set the sorting order
Click to Enlarge
- Finally, loop through all the rows of the new datatable. Here is the complete flowClick to Enlarge
- Save and run the bot
Output
Click to Enlarge