
Announcements
when using power automate to create an approval in outlook. Sometimes when I receive the email the hyperlinks work, and there is a picture of the requester, other times the hyperlinks do not work and there is no picture.
I am wanting to include two hyperlinks.. the one in the item link field is working fine, it is one I am putting into the body of the message that is hit and miss. It is kind of like it sometimes displays in rich text, other times not. I am using the web version of outlook 365
<a href="https://xxxxxxx.sharepoint.com/sites/SeniorSchoolTeachingStaff/Lists/Trips/DispForm.aspx?ID=@{triggerOutputs()?['body/ID']}">link text</a>
I don't think it is anything wrong in power automate, but in the way the email is interacting with outlook
Are you building the hyper link in an approval action?
Approval actions use Markdown syntax not html.
Try
[Power Automate](https://make.powerautomate.com)
More here
Use Markdown formatting in Microsoft Teams - Microsoft Support