문제

How can I format Email body using Approval action in SharePoint Online using MS Flow?

I have used markdown but some formatting is not working.

enter image description here

Thanks in advance.

도움이 되었습니까?

해결책

Approval action in MS Flow currently supports only Markdown formatting. HTML formatting is not supported currently. You can check this documentation on how to use markdown language. Currently, this is the only way to format. Wait for updates from Microsoft to add html formatting to this action.

If you really want HTML formatting, then I would suggest you to write a custom flow for your approval process and use send email with options action where you will be able to format as you like.

다른 팁

HTML formatting is not supported for Approval, so if you really need this I suggest:

  1. use the action "Create an approval"
  2. send a custom email with "Send an Email" action and add the link to approval task using the "Respond link" property of Create an Approval
  3. wait for the approval using "Wait for an approval", using the Approval ID
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top