Overview
The 'Text Contains Value' utility action for Power Automate checks whether the text value (string) contains the text value (string) provided.
Parameters
The default 'Text Contains Value' utility action parameters are detailed below:
- Text: The text value to validate
- Value: The value to check is contained within the 'Text' value
Advanced Parameters
The advanced 'Text Contains Value' utility action parameters are detailed below:
- Ignore Case: Set whether text case should be ignored when validating the 'Text' value
- Comparison Configuration: Specifies the rules to be used when processing the text values provided
- Culture Name: Change the thread culture used to process the request
Return Parameters
Action Specific Return Values
- Result - A boolean value indicating whether the text provided 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