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 5\ list sort ➜ https //docs procesio com/how to/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 https //docs procesio com/how to/get x element 15\ deduplicate identification ➜ available in beta https //docs procesio com/how to/beta https //docs procesio com/how to/beta 16\ deduplicate list ➜ available in beta https //docs procesio com/how to/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 https //docs procesio com/how to/list filter 19\ list filter simple ➜ https //docs procesio com/how to/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 https //docs procesio com/how to/list tostring