Hey Guys,
How can I format a string from this:
THIS IS AN EXAMPLE.
To this (normal):
This is an example.
Thanks in advance
Solved! Go to Solution.
Try this:
Expression in Compose 2 is:
concat(toUpper(substring(outputs('Compose'), 0, 1)), toLower(substring(outputs('Compose'), 1)))
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
Please find the attachment.
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Try this:
Expression in Compose 2 is:
concat(toUpper(substring(outputs('Compose'), 0, 1)), toLower(substring(outputs('Compose'), 1)))
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
All Great examples... You can also use "Proper" It will Turn your strings from:
"USING THIS AS AN EXAMPLE"
to
"Using This As An Example"
Now you know how to manipulate strings!
Thanks for letting me know!
Hi @Ahammad_Riyaz thanks for you answer.
Sorry It doesnt work. The output is this is an example not This is an example
This will works for me.
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
69 | |
21 | |
18 | |
17 | |
13 |
User | Count |
---|---|
124 | |
37 | |
29 | |
28 | |
26 |