Question

How to sort a list in A360

  • 17 August 2023
  • 2 replies
  • 231 views

Badge +1

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? 


2 replies

Badge +4

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

Badge +1

Hi Awilson, 

Thank you for your help.

 

Reply