Sort Collection

CamiCat

Member
Hello friends,

how to get the collection I attach sorted in ascending order with data?
I trasformed the date values in date format.
Thank you,
cami
 

Attachments

  • sort.png
    124.5 KB · Views: 131

RavitejaKiran

New Member
You can use "Sort Collection" action in "Utility - Collection Manipulation" VBO and pass the Inputs
Collection Name: On which collection you want to perform sorting.
Sort Field: The column name in the collection on which the sorting should be based on.
Ascending order: True is ascending and false is for Descending order.
 
Top