Hey Anna,
There are 3 options:
- You can use this module: https://marketplace.mendix.com/link/component/117715
Attention: It's not Mendix supported and the last update was last year
If you don't want to use this module, you can create your own Java action
- List can also be sorted descendent (this option only works if the list is already sorted)
- Using a loop: Iterate through a list and add to other list always the last object of the main one
Best Regards,
Ricardo Pereira
You could do it in a loop. If you are allowed to use third-party modules, there is a JA_List_Reverse action in the Object List Operations module in the Marketplace that can reverse a list.