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ο»Ώ