Reverse a list of objects in Microflow

0
I'm building a breadcrump functionality in which a microflow recursively gets the parents of a certain object. Of course, I need to revert the list in order to get: grandparent > parent > child instead of child > parent > grandparent What is the way to do this in a microflow?
asked
0 answers