Send An Email With Line Breaks From SharePoint List

Introduction

In this article, we will see how to send email with line breaks from SharePoint List using Power Automate from Multi-Line Text.

Implementation Steps

First you need to Create a Multi-Line Text in Share Point List

SharePoint List

1. Open SharePoint Site 

2. Click Add Column

3. Select Multiple Lines of Text

4. Click Create

Send An Email With Line Breaks From SharePoint List

Power Automate

1. Navigate to https://make.powerautomate.com

2. Create a new Flow

Send An Email With Line Breaks From SharePoint List

Now create a Record in SharePoint List and Save it

Send An Email With Line Breaks From SharePoint List

Once Saved the Microsoft Flow will trigger and you can see the Email in your Inbox

Send An Email With Line Breaks From SharePoint List

Now compared with Email and SharePoint List record creation the email did not come with line break. Let's see how we can achieve this.

Steps to Follow

Create a Power Automate flow

1. When a Record is Created

2. Initialize the Variable to get the Multiple Line Text

Send An Email With Line Breaks From SharePoint List

3. Encrypt

Send An Email With Line Breaks From SharePoint List

4. Now use Replace Option to replace '%0A' with '<br>'

Send An Email With Line Breaks From SharePoint List

5. Now Decrypt the Variable

Send An Email With Line Breaks From SharePoint List

6. Now send an Email

Send An Email With Line Breaks From SharePoint List

 

Create a new Record in SharePoint List and check the Email

Send An Email With Line Breaks From SharePoint List

That's it :)

This is how we need to achieve the Multiple Line Text with Line Breaks using Power Automate Flows.


Similar Articles