Lists
The Lists folder contains actions that can be used when working with lists:
1. List Add ➜ Add an object to a list.
2. List Contains ➜ Search in a list for a given object. Return true if found, otherwise false.
3. List Index Of ➜ Search in a list for a given object. If found return it's index, otherwise -1.
4. List Remove ➜ Remove an object from a list.
5. List Sort ➜ https://docs.procesio.com/how-to/list-sort
6. List Arithmetic Mean ➜ Returns the arithmetic mean of the numbers in the list.
7. List Sum Of Elements ➜ Sums up all the numbers of a list.
8. List Max Return ➜ Returns the maximum value from a list of numbers.
9. List Min Return ➜ Returns the minimum value from a list of numbers.
10. Return List Element Count ➜ Returns the list's number of elements.
11. List Median Value Return ➜ Returns the median value from a list of numbers.
12. Return Top N Elements ➜ Returns the first N elements.
13. Return Last N Elements ➜ Returns the last N elements.
14. Get X Element ➜ https://docs.procesio.com/how-to/get-x-element
15. Deduplicate identification ➜ available in Beta https://docs.procesio.com/how-to/beta
16. Deduplicate list ➜ available in Beta https://docs.procesio.com/how-to/beta
17. Concatenate lists ➜ Concatenate the data from two lists into one
18. List filter ➜ https://docs.procesio.com/how-to/list-filter
19. List filter simple ➜ https://docs.procesio.com/how-to/list-filter-simple
20. Sort data model ➜ Sorts a data model list based on multiple criteria
21. List To String ➜ https://docs.procesio.com/how-to/list-tostring