Lists

0min

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.

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.

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

20. Sort data model ➜ Sorts a data model list based on multiple criteria

Updated 31 Aug 2023
Doc contributor
Did this page help you?