I want to remove characters from a string in Power Automate. I have received an email from my Microsoft Power Automate account and wish to remove some of it. How can I do that? Resolution:

The following tutorial demonstrates how to strip characters from a string when using Power Automate in Microsoft Flow.

The string function in Power Automate can convert and format strings. It can also add string characters.

How to Strip Character from String in Power Automate by Microsoft Flow

Add the following code to the front of the string:

first(split(triggerOutputs()?['body/body'],'--'))

Has a different solution worked for you? Please leave your answer in the comments below.

Related Tutorials