One of Power Automate’s powerful features is the ability to manipulate text using built-in expressions and functions.

In this blog post, we will explore the toUpper function, which is used to convert text to upper case. This function can be used to standardize data input therefore ensuring consistency throughout your site.

ToUpper Syntax

toUpper('<text>')

Step-by-Step Guide to use of ToUpper Function

Step 1: Create A New flow in Power Automate (https://make.powerautomate.com/)

Step 2: Add Initialize variable to hold initial text

Step3: Add Compose Function with the following details:

toUpper(variables('myText'))

Step 4: Save and Test the Flow

Leave a Reply

Your email address will not be published. Required fields are marked *