Skip to main content
Nintex Community Menu Bar

Creating a link and update a field with workflow

  • June 8, 2020
  • 3 replies
  • 56 views

Forum|alt.badge.img+7

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_BuildInstaller_V8_Windows.pdf">Manual_Utilizador_BuildInstaller_V8_Windows.pdf</a>

but in list or in body email don't appears like a link.

See attachment file

 

3 replies

Forum|alt.badge.img+8
  • Novice
  • June 8, 2020

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.

 


Forum|alt.badge.img+7
  • Author
  • Rookie
  • June 8, 2020

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


Forum|alt.badge.img+7
  • Author
  • Rookie
  • June 9, 2020

It's working now, I think the problem is some spaces.

8090i0A19F4C536B189FD.png