web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Capitalize first lette...
Power Automate
Unanswered

Capitalize first letter in string

(0) ShareShare
ReportReport
Posted on by

Hi I have a Question:

What is the best/simplest way to capitalize the first letter in a string

Categories:
I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    on at

    alright, after about one hour trial and error I found a solution:

     

    concat(first(toupper('susanne')),substring('susanne',1,sub(length('susanne'),1)))

    If anyone has an easyer solution I would much appreciate it 🙂

  • umakanta84 Profile Picture
    8 on at

    There are different ways to make it : 

    if you want to make first letter of a word to Capitalized then you can use Proper.

    ex : Proper("umakanta swain")   output : Umakanta Swain

     

    if you want to Capitalize only first character of the string/sentence then

    ex:  mystring = what is your name umakanta ? Left(mystring,1) & Right(mystring, Len(mystring)-1)

    output : What is your name umakanta ?

     

  • Bram Profile Picture
    8 on at

    for PowerApps:
    Replace("text", 1, 1, Upper(Left("text"), 1)))

  • TurraWorku Profile Picture
    2 on at

    Easy way to do it it by power query. Go to transform and select Capitalize Each Words in format tab.

     

    TurraWorku_0-1649721632147.png

     

  • NPrice99 Profile Picture
    1,302 on at

    Proper() is not a PowerAutomate string function !

  • Dunksta Profile Picture
    25 on at

    You can use Proper() in powerapps but it only converts the text when saving. If like me, you want to see the capitalization happen as the user types, you can use some simple trickery.

     

    1. Add your text field as per normal, but set it's text colour to transparent. We'll call this text field myTextField
    2. Place a Label over the text field, and set it's Text value to Proper(myTextField) function
    3. Set the labels On Select property to SetFocus(myTextField)
    4. Set the Update property of the card, assuming you're using a form, to Proper(myTextField)
  • jony_19 Profile Picture
    40 on at

    I found a much simpler way. 

     

    concat(toUpper(take(<string>, 1)), toLower(skip(<string>, 1)))

     

    https://tomriha.com/making-the-first-character-upper-case-using-power-automate-flow/

     

  • PA_Forum_User Profile Picture
    71 on at

    This also works!

     

    Thank you for your post!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard