Hello,
How to reorder a list based on a property?
I've got some lists that are very long. I'm only able to reorder them via the Order List action using their Display Name provided that the Display Name is a text format. What I've done so far is create a module and get the list's Display Name and sorted the module via the basic sort Ascending. Then used this line item for the Order List action. This works fine for those lists that have Display Name in text format.
However, there are some lists, even though they are using Display Name but they are not in text format but rather an another list format, which are numbered list. And if it's the case, it is not available to select for the Order List action. It is hard to reorder the list in that way alphabetically since though they are numbered sequentially at the backend, their display names are not alphabetically arranged.
I'm thinking I can download them and put in the text sequentially back into Anaplan, but that would not be dynamic. I am using scheduled actions to load numbered lists every day, and it would be hard to maintain if I keep on downloading the list to excel, reordering them there, and numbering them there as well sequentially, then finally inputting them into the module so I can just reorder the list again.
Is there a better way to do this?
Thank you!