Skip to main content

Hi,

I have a custom list that I want to associate with a document library and I have a workflow that dynamically builds a url which maps to a specific folder in the DL which changes based on how the form was completed.

I can build this string ok and if I email out the link is active and I can feed it back into my list without issue.

Here is my challenge, when the url has been added back to the list in my single line of text field it displays as text only unless I manually go in and enter a space before the url which then turns the link blue making it clickable.   I have added a space to the start of the URL in the workflow but the result in the list is the same.  I have also tried sending the url to a hyperlink field in the custom list but this errors out.

suggestions? 

The hyperlink field sounds like your best option.

In the Update Item action, the format should be:

url, friendlyname

eg:

https://community.nintex.com/, nintex community


Jup, agree with Paul.

If it still gives you an error saving the link as a hyperlink, could you post it here?


Did you get this working?


I get errors when I try and put the created link back into the list.   I can email it without issue and put the link into a standard text field except it will not turn blue.

ColumnUpdate Item settingsworkflow error


Can you try setting a string variable to be the url, description eg https://www.google.com, Google then use this to set the field?

Reply