PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Lists

The Lists folder contains actions that can be used when working with 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 โžœ /docs/platform-actions/call-api/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 โžœ /docs/platform-actions/call-api/get-x-element

15. Deduplicate identification โžœ available in Beta /docs/platform-actions/call-api/beta

16. Deduplicate list โžœ available in Beta /docs/platform-actions/call-api/beta

17. Concatenate lists โžœ Concatenate the data from two lists into one

18. List filter โžœ /docs/platform-actions/call-api/list-filter

19. List filter simple โžœ /docs/platform-actions/call-api/list-filter-simple

20. Sort data model โžœ Sorts a data model list based on multiple criteria

21. List To String โžœ /docs/platform-actions/call-api/list-tostring