Is there a way I can force Rich format to be kept so on MS Team when posting I get the carriage returns? Or Even to convert it HTML?
This workflow is pretty staight forward, When an email arrive... Post a Message in MS TEAM using the 'BODY'..
Note: I've tryed using HTML to TEXT but the output remain 'plain text'.
Thank you,
Solved! Go to Solution.
Nevermind, The EMAIL input received is PLAIN TEXT, therefore Flow does it correctly and post it as PLAIN TEXT...
I'll see if parsing is possible... I've been looking at PARSERR but I'm affraid of 3rd party tool that got to read my Business EMAIL..
Thanks anyway, we can close this post.
FINALLY - Manual Parsing FTW!!!
I was able to get a PLAIN Text email posted in MS TEAM in HTML format with a MANUAL parsing!
Look at this:
OUTPUT1: last(split(first(split(triggerBody()?['Body'],'Risk Level: ')),'Summary: '))
***This mean that the Output VAR is AFTER: 'Summary' and BEFORE 'Risk Level'***
Hi @Nitram,
I would suggest remove the action Html to text which will change the email body to plain text.
From your description, it seems that you want to post email body into Microsoft Teams. Please just use the trigger When a new email arrives and the action Post message.
I have made the following test. The message posted in teams has the same format with the email body.
Best regards,
Mabel
Nevermind, The EMAIL input received is PLAIN TEXT, therefore Flow does it correctly and post it as PLAIN TEXT...
I'll see if parsing is possible... I've been looking at PARSERR but I'm affraid of 3rd party tool that got to read my Business EMAIL..
Thanks anyway, we can close this post.
FINALLY - Manual Parsing FTW!!!
I was able to get a PLAIN Text email posted in MS TEAM in HTML format with a MANUAL parsing!
Look at this:
OUTPUT1: last(split(first(split(triggerBody()?['Body'],'Risk Level: ')),'Summary: '))
***This mean that the Output VAR is AFTER: 'Summary' and BEFORE 'Risk Level'***
l am also experiencing a similar issue. I am using the SharePoint list in the Teams backed to collect data then posting a message to the Teams Channel so users can collaborate on the item that was posted in the list. When the message is posted in the Teams channel, it is not a Hyperlink, it is displayed as plain text. I am using the "link to item" property in Flow to add the link to the item in the post. I have aslo tried using HTML to create the link to the SharePoint item and nothing works. I currently have a ticket open with MS Premium support and it has been escalated to Program Group. I will post the results as soon as I get them. They have reproduced the issue, waiting to get a work around.
This helped me. Thank you.
This helps me proxy email notifications from 3rd party software through Microsoft Teams private messages.
Nah, I wanted to PARSE my email first, not just dump my email body in MS TEAM.
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
13 |
User | Count |
---|---|
127 | |
54 | |
38 | |
24 | |
21 |