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
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
46 | |
43 | |
36 | |
35 | |
26 |
User | Count |
---|---|
48 | |
39 | |
35 | |
33 | |
31 |