** AVAILABLE OCTOBER 2023 **
Overview
The 'Array Count Items' utility action for Power Automate counts the total number of items contained within the array provided.
Parameters
The default 'Array Count Items' utility action parameters are detailed below:
- Data: The JSON array or object to evaluate
- Value: The value to check is contained within the array
Advanced Parameters
The advanced 'Array Count Items' utility action parameters are detailed below:
- Path: Select a specific node using a JSONPath expression
- Ignore Case: Set whether the text case should be ignored when searching the array
- Trim: Trim each array value and the search value when searching
Return Parameters
Action Specific Return Values
- Result - The number of items contained within the array (int)
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