I have a HTML table and I need to format this to text. When I do this, it forces it to one line rather than putting breaks in and creating a new line for every line in the HTML table. From the images below, I want the output of the HTML to be the format that gets used for the output of the text. There should be a new line every time it starts E|.
Is this possible?
Input
Output
Solved! Go to Solution.
I found the solution. In my Convert HTML to Text, I had to add in Replace "</td></tr>" with "<br /></td></tr>"
Thanks for your help
Hi @sammybridge,
It is impossible by using create an HTML table, but if you use the Create CSV table, then use replace() function to remove ",", you could make it possible, for example:
replace(body('Create_CSV_table'),',','')
Run result:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I found the solution. In my Convert HTML to Text, I had to add in Replace "</td></tr>" with "<br /></td></tr>"
Thanks for your help
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
134 | |
43 | |
32 | |
32 | |
29 |