Hi,
I have the following flow and I add the result in the last step to a html email. There are usually five or 6 entries in the results but they are all written together, how can i separate these values to be on different lines in a html email? Thanks.
Solved! Go to Solution.
Hi @JohnOReilly34 ,
You could add a <br> to the end of Value.
Like:
Please take a try.
Best Regards,
Hi @JohnOReilly34, you might want to consider using the Select control together with the Create HTML table. In my example below we've earlier added a SharePoint Get items action from a SharePoint documents library with a filter query that looks for documents with a NextReview date in the next 30 days.
We then add a Select Control and the output of that is used in a Create HTML table action. Then we format the table with borders and background color via a Compose control and a Replace expression.
The output of the Replace expression is then used the email:
The way it looks in the email is as follows and it splits the items out into separate lines in the table in the email:
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hi @JohnOReilly34 ,
You could add a <br> to the end of Value.
Like:
Please take a try.
Best Regards,
@RobElliott , Thanks for that. The solution from @v-bacao-msft is a little easier to work with for me.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
88 | |
58 | |
42 | |
37 | |
36 |
User | Count |
---|---|
85 | |
72 | |
61 | |
56 | |
40 |