Array Operations node
The Array Operations node modifies or combines array elements.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configuration
-
Array: Define the array on which the operation will be applied.
-
Operation to apply: Define the operation to perform on the array.
- Concat: Merge the existing array with additional elements.
-
Elements: Define the elements that will be used in the operation (that is, the items to add to the array using the concat operation). Must be an array of elements. Elements can be added one at a time using the field's repeatable entry widget, or the field can reference a
{{variable}}that already resolves to an array at runtime. -
Save in the flow store: Save the result into a variable for reuse by other nodes. See Save in the flow store for details.
Default output node
- Success
- Failure
JSON metadata
{
"name": "array_operation",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Array Operations"
}, {
"lang": "it",
"value": "Array Operations"
}
],
"nodeName": "ArrayOperation",
"index": 6,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}