Is it possible to sort a data grid made by microflow?

1
Hi, I created a data grid and its data source is from a microflow. In this situation, I would like to make a sort function on it.  I tried using “List operation” in list activities, but I can’t find out how to make the function.   Is it possible to do sort a data grid made by microflow?   Thank you in advance!
asked
3 answers
1

Hi Taiga,

there is a List Operation called “Sort” where you can define the attribute over which the list should be sorted. This will create a new sorted list, which you will have to return in your Microflow

answered
1

You have to use the Microflow which is returning the sorted list as the data source microflow for your data grid. 

answered
0

Are there any mistakes in the microflow?

(1) I call a microflow which is used by the data grid. 
(2) I use use Sort in list operation.
(3) return value is the variable of Sort. 

answered