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.

 


Reply