I want to add hyperlink to the link which we will get from the variable in UiPath
here is the html code for the reference
<!DOCTYPE html><head><title>UIPATH test email</title></head><body><p>Hi,<br/>Hi this is Test email from UIPATH<br/><a href=Link>Click here</a><br/><br/><p></body>
where Link is the variable which get the value from the code
Consider Link = https://forum.uipath.com
Can anyone help me out with writing the html code for the same??