** AVAILABLE DECEMBER 2023 **
Overview
The 'Utility - Extract Text Instances between Values' action for Power Automate returns an array of string values extracted from instances of the two defined points within the string value provided
Default Parameters
The default 'Utility - Extract Text Instances between Values' flow action parameters are detailed below:
- Text - The text from which values are to be extracted
- Start Value - The text value to start an extraction from
- End Value - The text value to end an extraction from
Advanced Parameters
The advanced 'Utility - Extract Text Instances between Values' flow action parameters are detailed below:
- Ignore Case - Set whether the text case should be ignored when executing an extraction
- Include Values - Set whether any or both of the 'Start Value' and 'End Value' should be included within extracted strings
- Trim Result - Set whether white-space should be trimmed from the extracted strings
Return Parameters
Action Specific Return Values
- Result - A string array of extracted values
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