Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
In the approved form needs to put attachments files for are see in another approved form.
I used the Repeating section because is easier to get URLs.
I don't any problems get URLs and update list field with those URLs.
For example, I get the URL <a href="https://intranet.coficab.com/preprod/Lists/Workflow%20Tasks/Attachments/203/Manual_Utilizador_BuildI...">Manual_Utilizador_BuildInstaller_V8_Windows.pdf</a>
but in list or in body email don't appears like a link.
See attachment file
Solved! Go to Solution.
Hi @jose_fidalgo,
I think to display your link as a link you have to store it in a multiple line of text value which is set to "rich text" or put it in a link field directly. For use in mails, they have to be rich text too.
Yes I no that, I created a Rich text field in the list and the workflow variable is multiline
For example, if I update with this URL: <a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a> works.
See attach file