Sharing filter criteria among tabs while preserving ability to sort

0
I have a need to add filters that can apply to multiple tabs (different views of same data). After specifying the filter each view of the data should preserve that filter. The data that is in the filter also needs to be shared with a separate microflow that does some math on the items in the List View.  I know this can be done by creating a custom filter that uses a Microflow and can be preserved with helper objects, however, you cannot sort a list of objects that are returned from a Microflow. Has anyone done this before and can share how they did it?
asked
1 answers
0

Did you try using the list operation 'sort' in your microflow? You can use it to return a sorted list.

answered