How to sort list based on point(by Descending) and Priority(High, medium,low)

0
How to sort list based on point(by Descending) and Priority(High, medium,low)  
asked
3 answers
2

Hi Priyanka,

If you are using a list view, or a data grid, there are already pre-defined sort tabs, there you can sort the data in ascending order based on the points it have.

 

Hope it helps!

answered
2

Hi Priyanka,

You can use the list operation :

and here you can add the sort , you need to pass the list to the page after that, and the sort stays as it is in the microflow.

answered
0

Hi Priyanka,

 

Is your points Attribute Integer ?

If yes , then if you are retrieving the list from Database you have the sorting section where you can add the Sort constraint on your point Attribute,

 

If you are Retrieving the list via association you can use list operation activity  as feras kamel mentioned.

 

 

answered