Put objects in array🔗
This tool creates an array out of a configurable number of elements.
Inputs🔗
dynamicInputCount
: The number of dynamic inputs. Also determines the length of the output array.inputX
: Dynamic inputs, X varies from 0 to dynamicInputCount - 1.
Outputs🔗
array
: The input elements as a single array.