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.
If you are extracting just a single value between two defined points, please use: Utility - Extract Text between Values
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
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
- Line breaks are supported within Start Value input
- End Value: The text value to end an extraction from
- Line breaks are supported within End Value input
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
- Remove Empty Values: Set whether to remove empty or null strings from the result array if present
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