How to use sort datatable activity without sorting the column name of that datatable

Hi @rifnanahas

Create a dataview type

Dtview =new dataview (datatable)

Dtview.sort= “employee,manager, category asc”

Use output datatable
Or
Check this

Thanks
Ashwin.S