Get Collection From Array

Transforms Array to Collection. Enables Collection operators to work with converted to collection array, but keep in mind that some of the Collection operators may work with the Array as well (like For Each Element).

N.B. During the transformation from Array to Collection all keys will be changed to the index number of the element. Values remain unchanged.

inputs:

array – link with array to be transformed to collection

  • Requires: yes

outputs:

collection – collection created from the array 

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

Leave a Reply

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