Skip to content

List Count

Type: list-count  ·  Package: Collections Activities v1.0.0  ·  Output: int

Gets how many elements a list has and saves it to a variable.

Count the elements of list and store the number in outputVariable.

ParameterEditorDescription
listexpressionThe list.
outputVariablenombre de variableVariable where to save the count.
List Count list = = pendientes outputVariable = total
Log message = = "Hay " + total + " pendientes"