Array Operations Node
| Description | The Array Operations node allows performing operations on arrays, such as modifying or combining array elements. |
| Available in | Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined |
| Node Name | Array Operations |
Node Configurations
Array Options
#### Array Specifies the target array on which the operation will be applied. #### Operation to apply Defines the type of operation to perform on the array. **Concat** is used to merge the existing array with additional elements. #### Elements Defines the elements that will be used in the operation (e.g., the items to be added to the array when using the concat operation). Must be an **array of elements**.Save in the Flow store
The resulting array can be saved **into a variable** for reuse by other nodes. See [Common Configurations]({filename}/pages/io/io-nodes/io-node-types/common-configurations.md#save-in-the-flow-store) for details.Default Output Node
- Success
- Failure