Overview
The 'Utility - Array Merge' utility action for Power Automate merges the JSON arrays provided as per the set configuration.
Usage Notes
If you want to combine arrays based on common properties, please use our Utility - Array Combine action instead.
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Parameters
The default 'Utility - Array Merge' utility action parameters are detailed below:
- Data: The JSON array or object to evaluate
- Merge Data: The JSON array or object to evaluate and merge into 'Data'
Advanced Parameters
The advanced 'Utility - Array Merge' utility action parameters are detailed below:
- Path: Select a specific node within the 'Data' using a JSONPath expression
- Merge Path: Select a specific node within the 'Merge Data' using a JSONPath expression
Return Parameters
Action Specific Return Values
- Result - A merged JSON array
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments