I read an excel for a cell, say A2 and assign the value to variable var1.
Let’s say var1 = ‘www.google,.com’.
I can display the outlook email body as
"Please click on " + var1
But I would like the email to display var1 as hyperlink text so that reader could just click on it. I declare var1 as string. Is there another variable type or any method to display avriable as hyperlink? Thanks !
I have created using the send outlook mail activity and also checked on the IsBodyHTML. it is not showing. I declared the var1 as string. Any idea why it is not working in outlook ? Thanks !