hello i am new to uipath .so i am trying to sort a table with colours column.somehow the sequence is executed but the excel isnt sorted.it keeps giving me the same table without sorting.there are no errors coming.thank you
1 Like
Buddy
Welcome to UiPath community
You can use sort data table activity buddy @vidhya28
- Use excel application scope o get the excel data
- Uee read range activity to get the data from the Excel and get the output variable as out_dt
- Use sort datatable activity with column name or columnindex as input to this activity property and you will get the sorted datatable as output
- Use write range activity to enter that data to a excel
- Thats all buddy you are all done
Cheers
2 Likes
thank you so much.i am new to testing and i am learning abt uipath for that, i got it sorted.thank you for the solution
1 Like
Thts amazing buddy…
Keep going…you are doing good…
Kindly close this topic with the right comment marked as solution that could help others looking for ideas under your topic…
Cheers … @vidhya28 buddy
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.