Skip to main content

Hello, 

I have a list variable. I need to sort the items in it from the smallest to the largest. Is there a way to do that without having to use a datatable? 

Hello,

 

The way I have achieved this without using a Data Table is by writing the list to an excel table then using the excel sort table command:

 

 

You can then read the data back in by using a read column command:

 

That’s the only way I can recommend without using a Data Table.

 

I hope this helps.

Adam


Hi Awilson, 

Thank you for your help.

 


Wrote a JavaScript function to sort the list and run it from AA... which in turn much faster and efficient than  do it through excel.


if list item size is small then you can use loop