Hi,
I extract records from a web page.
I put them in Excel, I sort them but the first record before sorting remains in first position, this should not be its position.
See the enclosed items.
What is my mistake and the solution?
Thanks in advance.
Hi,
I extract records from a web page.
I put them in Excel, I sort them but the first record before sorting remains in first position, this should not be its position.
See the enclosed items.
What is my mistake and the solution?
Thanks in advance.
firstly welcome you to the UiPath community.
the first record does not change because it is treated as the column name, it has no value inside the column, so it is not sort.
I hope I was able to help you ![]()
Regards
we would recommend doing the sorting on the datatable
Thanks.
I’m a young young beginner ![]()
Do you have an example of sorting in a datatable ?
Currently I have this

here we would place sorting and/or Deduplication
As an alternate closer on coding, but with some more controls we can work with LINQ
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.