I am getting input from a Teams channel. so the message body is in HTML content.
I am using Html to text Preview to convert it to text. While converting the content a line break is being added, which is creating a problem. Please suggest a solution for this.
Hi!
If you need to remove all the line breaks, I would suggest to add a Compose action block just after your 'HTML to text', and assign it the following WDL expression:
replace(body('HTML_to_text'),'
','')
So you will need to hit enter key from your keyboard just between the first two single quotes
Hope this helps
Proud to be a Flownaut!
This solution did not work. Still I am facing the issue.
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 |
---|---|
33 | |
15 | |
15 | |
9 | |
9 |
User | Count |
---|---|
36 | |
26 | |
17 | |
7 | |
7 |