Email notification with deep link

Hi, How can I add a LINKTOROW() in the email notification?

I tried this in my email template alert:

the <<[HV_ID]>> is the key value for the specific row.

In the email alert, I receive this link:

if I copy the complete link and paste it in the web browser, it works perfectly.

But, if I click it, it send me to another row (seems to be the one I was looking in the web browser when I copied that url). How can I solve this?

Solved Solved
0 6 851
1 ACCEPTED SOLUTION

You have underscore in your actual string returned by the column filed, which could be deemed as special characters.

On your email template, try with <<Encodeurl([HV_ID])>>

https://www.w3schools.com/tags/ref_urlencode.ASP

View solution in original post

6 REPLIES 6
Top Labels in this Space