I would like to send an email of which the body contains a link to a file inside a folder. I added a multiple assign activity because the file name is complicated (involving date variables).
Unfortunately, it is shown as plain text instead of a link that I can click to open. I tried using
<a href="FileName.ToString"></a>
but it does not work. I also tried select the “IsBodyHtml” option but it didn’t work either.
Please check the Xaml…Thank you very much.
Main.xaml (12.0 KB)