I have following email body (paragraph) in a string in logic app. I want add a new line after "Hello Customer," and also the text "Best Regards, in a separate line and then "Support Team" should go to next line.
Hello Customer, Thanks for reaching out to us. We appreciate your
interest in our business. This is to confirm that we’ve successfully
received your request.If you need immediate assistance or have any
further questions, feel free to call us at phone.Best Regards, Support
Team
I’m expecting the email body in the following format. How can I achieve this in logic app.
Hello Customer,
Thanks for reaching out to us. We appreciate your interest in our
business. This is to confirm that we’ve successfully received your
request you need immediate assistance or have any further questions,
feel free to call us at phone.Best Regards, Support Team
2
Answers
You need to do it using HTML, something like this …
… the exact example above is untested but it should give you an idea.
I have reproduced in my environment and below are expected results:
You can simply use
<pre>
tag as below:Design:
Output:
Codeview: