Sorting

How to sort Page list property without using functions and Methods?

@RohanZ in the data transform, you have Sort action in the drop down. That will sort the pagelist. In activity we have obj-sort.

@RohanZ

If you are not willing to use @pxSortPagelist(pagelist, property within pagelist, option)

Option-> ascending or descending then,

we can sort the pagelist by using obj-sort in activity or In datatransform we have a direct sort action.