Overview
The 'Utility - Remove Text between Values' action for Power Automate returns a string value after removing a sub string contained between two defined points.
Video Guide
Remove Text between Values in Power Automate
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 - Remove Text between Values' flow action parameters are detailed below:
- Text - The text from which a value is to be removed
- Start Value - The text value to start the removal from
- Line breaks are supported within Start Value input
- End Value - The text value to end the removal from
- Line breaks are supported within End Value input
Advanced Parameters
The advanced 'Utility - Remove Text between Values' flow action parameters are detailed below:
- Ignore Case - Set whether the text case should be ignored when executing the removal
- Trim Result - Set whether white-space should be trimmed from the end and start of the processed value
- Replace With - Set a value to replace the removed value with
- Include Values - Set whether either or both of the Start Value and End Value should be included within the removal
Return Parameters
Action Specific Return Values
- Result - The processed string value
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