I have a list that I am using as a master task list for tasks related to audit findings. The workflow will run and send a series of notifications and assign workflow tasks. I'm using a build string action to create a hyperlink to the workflow tasks for each item on the master task list. The workflow then writes that link back to the master task list in a multi-line text field that serves as a running log of all activity on the item. This field is only visible when the form is in Display Mode. How do I a) write a link into the body of this field so it's not a messy, 5 mile long URL - ideally it would be embedded in the name of the task on the master task list, and b) how do I make this link clickable when the form is in Display Mode? Using the Hyperlink field is not an option as we want the link to be included in the running log of all activity in chronological order.
Page 1 / 1
you should just be able to build a hyperlink in your WF and store it in the multi line text box? Make sure it is rich text.
<a href="urlVariable">TaskNameVariable</a><br>
That was it. Rich text. Thank you!!
Andrea Pasutti
P: 763-656-1822
Is there a way to set this to open in a new window?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.