Hi All, I have written microflow which makes rest call to our service and adding the response in the list and microflow is returning the list. I want to revert this list an then return it from microflow. Is it possible to revert the list and return it from microflow? if yes, then how should I do that? Thanks in advance.
asked
Shivprasad Jamdade
1 answers
0
Hi Shivprasad,
There is a action for ‘List operation’ in which you can sort your list. You could place that in the end of the microflow and make sure to return this ‘new’ sorted list.