Workflow link to list item
Posted: 08 Oct 2013
I need to include a link to the list item in the body of a workflow email.
Everything I read says I should manually make a <a> tag with the url to the form and ID.
Such as:
<a href="mysharepoint/DisplayForm.aspx?ID=##>Go to link</a>
However, my list has several different forms for different user groups.
How do I make the link?
I have pointed it at the default display form but the link still only downloads a file from the server instead of taking the user to the list item.
Everything I read says I should manually make a <a> tag with the url to the form and ID.
Such as:
<a href="mysharepoint/DisplayForm.aspx?ID=##>Go to link</a>
However, my list has several different forms for different user groups.
How do I make the link?
I have pointed it at the default display form but the link still only downloads a file from the server instead of taking the user to the list item.