Create Collection

Creates a collection (list) of the given elements directly in the operator or empty collection when there are no inputs.
May be used when there is a need to repeat several similar steps, e.g. create tasks that differ only by Subject. In this case, it is possible to create a collection from Tasks Subjects and then through the cycle (see For Each Element) create Tasks.
Another use case is to find unique values or sort a list.

inputs:

element – input element of the collection. E.g. linked from Constants operators.

  • Required: no

outputs:

collection – created collection 

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *