NodesData
Variable Array Create
Slot Usage: 0
| Child Nodes |
|---|
| Variable Array Modify |
Overview
Variable Array Create defines and initializes an array variable with a fixed element type.
The chosen element type controls initialization fields and future modify operations.
Input
Variable Array Element Type
string requiredElement type for all items in the array.
Supported values:
stringnumberintegerbooleanobject{*}string_base64image- zone-label object
- rectangle-object
Variable Type (Legacy)
stringCompatibility field retained for legacy flows.
Alias
string advancedOptional identifier for external references. If empty, node ID is used.
Initial Array Value (Type-Conditional)
Initialization field appears based on selected element type:
varArrayString,varArrayNumber,varArrayInteger,varArrayBoolvarArrayObjectvarArrayImagevarArrayZoneLabelsvarArrayRectObject
String-capable entries support Template Expressions.
Output
variableType
stringResolved variable type metadata.
variableArrayElementType
stringResolved array element type.
variableAlias
stringEffective alias used for references.
outValue
arrayCurrent array value.