I have a variable called inputfile which contains the link to the folder that changes everyday based on todays date.
example:
inputfile =“C:/Users/Desktop/+DateTime.Now.ToString(“MM-dd-yyyy”)”
I am trying to pass this as link in send outlook message in bodysection.
I tried this method:
" these links:
<a href='+inputFile+'></a>
".It doesnt work
Is there any other way to do this?