Capitalize
Overview
The Capitalize action will capitalize the provided input text. By default, only the first word in a string of text is capitalized but there is also the option to capitalize all words.
Inputs
Text
The Text
input is the variable that should be capitalized.
Type |
---|
Text |
All Words
The All Words
input determines if all words in the provided input Text
will be capitalized.
Example: 'salesforce is a platform' will be converted to 'Salesforce Is A Platform' if this input is set to true
.
Type | Default |
---|---|
Boolean | false |
Outputs
Capitalized Text
The Capitalized Text
output is the modified text value that has been capitalized.
Type | Variable Name |
---|---|
Text | value |