Hi all,
Apologies if this has already been answered, but I have done a search and come up with nothing. I am trying to put the value of a field into the body of an email, which is then rendered as HTML, the purpose of which is to email the users manager to inform them that there staff have submitted a new travel claim.
The InfoPath form function (which is causing me problems) is this:
"The following mileage claim has been submitted for approval: <a href=/SelfService/Mileage.aspx?XmlLocation=" & Concat( UserName(), Year, Month, & ".xml</a>"
I think that my double and single quotes are in the wrong place, could anyone point me in the right direction?
Cheers.