Skip to content

Create List

Type: list-create  ·  Package: Collections Activities v1.0.0  ·  Output: List

Creates an empty list and saves it to a variable. It is the starting point for accumulating elements along a flow (for example, within a loop).

Creates an empty list and assigns it to the variable indicated in outputVariable. Then you add items with Add to List.

ParameterEditorDescription
outputVariablenombre de variableVariable where the list is saved.
Create List outputVariable = resultados
For Each items = = correos itemVariable = correo
└─ activities:
Add to List list = = resultados item = = correo.Subject