Hi Alteryx users,
I want to send emails with dynamic body to customer so I placed a variable into the original input like :
"Tell us how we did by clicking on this link: ***"
Then I thought by replacing *** with the hyperlink that I created with Report Text tool would solve my problem but the result was:
"Tell us how we did by clicking on this link: <div class="DefaultText" style="width:100%;"><span style="font-family:Arial;font-size:12.0pt;"><a href="[link to survey]" >Survey link</a></span></div>"
I am guessing the problem is that before Email sending tool I used another Report Text tool to create the final ‘Body’ field which contained the body field and the hyperlink.
Is there any way to change the format or keep this as a hyperlink?
As I need to send emails in many languages depending on the country, I was looking for solutions to avoid having multiple Report Text tool in the workflow.
Thanks a lot in advance!
M