Training
Module
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Text.Proper(text as nullable text, optional culture as nullable text) as nullable text
Returns the result of capitalizing only the first letter of each word in text value text
. All other letters are returned in lowercase. An optional culture
may also be provided (for example, "en-US").
Use Text.Proper
on a simple sentence.
Usage
Text.Proper("the QUICK BrOWn fOx jUmPs oVER tHe LAzy DoG")
Output
"The Quick Brown Fox Jumps Over The Lazy Dog"
Training
Module
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.