Substract from sorted list

2
I have a microflow that retrieves a list of objects. This list is sorted ASC on a integer value. When I substract one element from the list, the output is not sorted anymore. Why is this and how can I make sure that my list stays sorted.
asked
1 answers
2

Sounds strange... the order should stay the same.

Please try to create a small testproject to see if this really doesn't work correctly. If so, please file a bug report in the Partner Portal.

answered