Integration Cloud 7.0.0 | Built-In Services | Built-In Services | sizeOfList
 
sizeOfList
Returns the number of elements in a list.
Input Parameters
fromList
Document List, String List, or Object List Optional. List whose size you want to discover. If fromList is not specified, the service returns a size of 0.
Output Parameters
size
String Number of entries in fromList.
fromList
Document List, String List, or Object List Original list.
Usage Notes
For example, if fromList consists of:
fromList[0] = "a"
fromList[1] = "b"
fromList[2] = "c"
The result would be:
size="3"