Hi All,
How do I split each values (links) from a SharePoint Multiline Column to a newline in Send Email Action?
Email looks like this when received. I need help to split each links to a new line
Power Automate Flow Send email action
This is the Combo Box & Multiline textbox in my power apps
The Combo box concatenates the selected values to a multi line textbox. the data from the multiline textbox is saved in a SharePoint List (Multiline Column).
SharePoint list column
Hi Manish,
I managed to resolved the issue. your solution really helps me a lot to address the issue.
Updated my textbox default formula as:
Hi @ManishSolanki ,
I've checked the internal column is correct as per below:
replace(triggerOutputs()?['body/AdditionalFolder'],decodeUriComponent('%0A'),'<br>')
As I checked the flow test result I cannot see \n from the flow instance output see below sample:
<strong>SharePoint folder: </strong>https://seviora.sharepoint.com/sites/ffmc/sh/FFMCGeneral/Forms/AllItems.aspx<br>
<strong>SharePoint folder access permission:</strong>Allow READ-ONLY and remove other permissions<br>
<br>
<strong>Additional SharePoint folders:<br>
</strong>https://seviora.sharepoint.com/sites/ffmc/0and%20Cash%20Management/Forms/AllItems.aspx
https://seviora.sharepoint.com/sites/ffmc/sh/General/Forms/AllItems.aspx
https://seviora.sharepoint.com/sites/ffmc/sh/tamped%20Documents/Forms/AllItems.aspx
https://seviora.sharepoint.com/sites/ffmc/sh/inaBD/Forms/AllItems.aspx<strong><br>
</strong><br>
Not sure if this will help @ManishSolanki ,
This is what I did in the textbox in power apps. this is linked to multiline column in my SharePoint list
below is the default formula for the textbox. returning the links based on the selected value in the ComboBox.
Hi @vicsaisan
Pls check the internal name of column "Additional folders" and also check the value of same field in previous flow instance. It should have \n in between each links. If its different, then pls share with me by masking actual urls.
Below is the post where I have instructed the steps to get internal name of the column in SharePoint:
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Hi @ManishSolanki ,
Thanks a lot for your help 🙂 I'm not sure if my implementation is right.
here's the result:
Hi @vicsaisan
Pls try replacing new line feed '\n' with <br> tag using an expression. Expression needs to be added in the expression box:
replace(<dynamic additional folder value>,decodeUriComponent('%0A'),'<br>')
Pls pass the internal name of additional folders column from dynamic content window in the above expression.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492