Get an element from the list based on index - Mendix Forum

Get an element from the list based on index

13

I would like to have a list operation like head and tail to get certain element from the list based on an index instead of looping through the list. It helps me to randomize more easily or pick top-x sorted elements. 

asked
1 answers

If you add an autonumber to the entity of the list, you can do that and you don't need a specific operation for that?

Created