2

Good morning

I'm quite new to MS Flow and I came across an issue that I just can't find a solution for. I created a flow for an approval App in PowerApps and added a Link to the item on the email that is received by the person that needs to approve it. The problem is that the link to the item is not clickable in the Outlook 2016 client. It is in the OWA though, so there must be a setting to fix this (I hope).

Can someone please tell me what I'm doing wrong?

MS Flow Workflow

Outlook Client

General Grievance
  • 4,555
  • 31
  • 31
  • 45

1 Answers1

0

If you meant by how to create a link with an href the add the below code in body of your email.

<a href="http://www.yoursitelink.com">Click Here for details</A>

Click the adavanced options from Send email flow and set 'Is HTML' property value to true.

For more information, please refer to these links:

How to insert a "Clck Here" in an email?

How do I get flow to stop encoding the ampersand in the href in my anchor tag?

Alina Li
  • 884
  • 1
  • 6
  • 5
  • Unfortunately, you can't add HTML to an approval email when there are multiple approvers that need to approve an item. You have to use the approval email, AFAIK – Dewald van Wyk Dec 05 '18 at 06:18