** AVAILABLE OCTOBER 2023 **
Overview
The 'Array Contains Value' utility action for Power Automate checks whether the JSON array provided or selected using a JSONPath expression contains the value provided.
Parameters
The default 'Array Contains Value' 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 Contains Value' utility action parameters are detailed below:
- Path: Select a specific node within the 'Data' using a JSONPath expression
- Ignore Case: Set whether 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 - A boolean value indicating whether the array contains the value 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