I have a workflow where a Infopath 2010 Filler form is submitted by a user in the Form Library. Upon submission I am trying to send a mail to his manager. The mail needs to have the link of the form which has been submitted.
I can see the link when I hover my mouse on the form (which looks like:
"http://myserver/sites/mydocLibrary/myInfoPathForm.xml").
How do I dynamically capture this link in the workflow to send it in the email content.
Ebenezer