Is there a way to iterate over a LookupTable or list in reverse order?
Hi Pega,
In my solution I'm creating a LookupTable. If I were to use a ListLoop to iterate through all the records, the record that has been put in first, will be iterated through first.
In my case I want my loop to start at the last record of the LookupTable. Is there an easy way of doing this? Without having to change the way I import the data in the LookupTable?
I'm thinking about (list)looping through all the keys and putting them all in a list whereafter I would reverse this list somehow.
I'm glad to hear any suggestions.