'Power Automate - Send a hyperlink from an email to a team channel
I'm using Power Automate to post a message to the Teams channel when emails arrive. But I can't post an email hyperlink from an email message as a hyperlink in the command channel, only as text: [https://link.com]. Do you have any solutions, please? Image
First I convert Htlm to Text. Second create NewLine. Next use:
split(outputs('Html_to_text')?['body'], outputs('newLine'))
Then Filter array:
length(trim(item()))
And take line number four:
body('Filter_array')[4]
After all post line number four.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
