Overview
The 'Utility - Split Text via Regex' action for Power Automate splits the text provided according to the set configuration.
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 - Split Text via Regex' flow action parameters are detailed below:
- Text: The text value to process
- Regex: Set the regular expression to split the text provided on
- Split On: Set whether the text should be split on all instances, the first instance or the last instance of the 'Split Value'
Advanced Parameters
The advanced 'Utility - Split Text via Regex' Power Automate action parameters are detailed below:
- Trim Values: Set whether white-space should be trimmed from the values split from the text provided
- Remove Empty Values: Set whether empty or null values should be removed from the array of values returned
- Preserve Split Values: Set whether to preserve the matches from the supplied 'Regex' for each split item returned
Return Parameters
Action Specific Return Values
- Result - An array of values split from the text 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