Hi,
I have an email template with text hyperlinked to look at the field (configured as a URL for each individual record) and want to find a way to create a custom URL which will point to the field from where the URL can be clicked and viewed.
In Classic email template I could insert it using <a href>. But that is not possible in Lightning. I can't use the email templates in Lightning as it won't support logos.
Is there some other way to create a dynamic hyperlink?
My suggestion was to create a formula that looks something like this. ( please see attached screenshot).
Here I have used a custom label to store the Base url that remains constant for all the records and then I am using another variable to store the ID value that keeps changing and using this as a formula as shown in my second screenshot.
This way it would dynamically update the URL based on the record.
Hope this helps.