Overview
The 'Utility - Format Text Case' utility action for Power Automate formats the case of the text value provided to the format configuration selected.
Video Guide
Format Text Case 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.
Parameters
The default 'Utility - Format Text Case' flow action parameters are detailed below:
- Text: The text value to format
-
Action: The formatting action to apply to the text value provided
- ToggleCase: Convert all uppercase to lowercase, and all lowercase to uppercase
- ToLower: Convert all characters to lowercase
- ToLowerInvariant: Convert all characters to lowercase (culture insensitive)
- ToSentenceCase: Capitalize the first letter of the first word in a sentence
- ToTitleCase: Capitalize the first letter of each significant word
- ToUpper: Capitalize all letters
- ToUpperInvariant: Capitalize all letters (culture insensitive)
Advanced Parameters
The advanced 'Utility - Format Text Case' flow action parameters are detailed below:
- Culture Name: Set the culture used to process the text provided. Please refer to the Culture Names article for a list of supported cultures.
Return Parameters
Action Specific Return Values
- Result - The formatted text
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