Arrify
Last updated
Last updated
Takes any input value and ensures it is converted into an array format. It accepts various input types and transforms them into a uniform array structure.
items
The value(s) to be converted into an array
Any
No
value
A properly formatted array of items
List
Drag the Arrify node into your graph.
Connect any value or multiple values to the "items" input.
The node will output an array containing all input values.
This node is particularly useful when you need to standardize varied data formats into a consistent array structure.
If you provide multiple inputs, they will all be included as elements in the resulting array.
Normalizing Data Structures: Convert inconsistent data formats into standardized arrays for consistent processing.
Preparing Input for Array Operations: Ensure values are in array format before applying array-specific nodes.
Creating Collections: Gather multiple individual design tokens into a collection for batch processing.
: For flattening nested arrays into a single level.
: For joining multiple arrays together end-to-end.