My Power Automate flow sends e-mails using the Send an email notification (V3).
The e-mail body includes a clickable link that should direct a user to a specific form/ID (ticket) on our SharePoint site. When I look at the values in a flow that has executed, the URL is correct. However, the link in the actual e-mail is not correct. It refers to https://u3088939.ct.sendgrid.net/ls/click?upn=S3FC50tj69xFc5-2BhuxcK..............jNg-3D-3D. The html syntax looks correct in the e-mail body. What is replacing the URL with the sendgrid.net URL?
Here is an example of what should appear for the clickable link.
<a href="https://xxx.sharepoint.xxx/xxx/xxx/DispForm.aspx?ID=12345">Click here to view ticket details</a>
Thank you for your help!