Hello,
I have built a flow that checks Sharepoint for new files and sends automatic updates once per day.
The output is a HTML-Table with File Names and Hyperlinks to the files.
I then send the table via Send E-Mail (V2).
The result is perfectly fine working clickable links if I open the E-Mail in the Outlook Desktop-App.
In Outlook Web however the links are not clickable. The HTML-Table shows correctly formatted, just the links dont work. The Link-Element is shown correctly as "Go to" (see HTML below). It is just not clickable (doesnt work).
Output that gets feeded in to the E-Mail (V2):
<td><a href="https://site/sites/channel/Freigegebene%20Dokumente/Forms/DispForm.aspx?ID=178">Go to</a></td>
How it looks in Outlook Desktop:
How it looks in Outlook Web:
What causes the problem? Any help is appreciated! Thank!