Overview
The 'Array Get Item(s)' utility action for Power Automate selects and returns an item from the JSON array provided or targeted using a JSONPath expression.
Parameters
The default 'Array Get Item(s)' utility action parameters are detailed below:
- Data: The JSON array or object to evaluate
- Item Position: Set whether to return the first item, last item or a specified item
- Item Index: Index of the item to return. This is only applicable when the 'Item Position' property is set to 'Specific'
Advanced Parameters
The advanced 'Array Get Item(s)' utility action parameters are detailed below:
- Path: Select a specific node within the 'Data' using a JSONPath expression
Return Parameters
Action Specific Return Values
- Result - The selected item from the JSON array provided
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