Sorting loop elements
Use a SimpleLoop function with an AscendingSort function to sort elements in a loop based on their value.
Before you begin
About this task
firstName,lastName,salary
Steve,Rogers,185
Tony,Stark,200
Natasha,Romanoff,175
Bruce,Banner,150
Clint,Barton,135
Procedure
Results
You can use the Test Run feature to see
the result. In this example, the following output is returned:
firstName,lastName,salary
Bruce,Banner,150
Clint,Barton,135
Steve,Rogers,185
Natasha,Romanoff,175
Tony,Stark,200