a href link is not working

  • 10 November 2016
  • 8 replies
  • 9 views

Badge +6

Hey guy, this is crazy, I am trying to get the reference Workflow Log URL  into my share point library called by the name "see here", however when I see the column this show me all the address instead of the link. Any idea how can I fix it.

This what I did in the action set field value:

193984_pastedImage_1.png

I am getting:

193985_pastedImage_2.png

Thank you


8 replies

Userlevel 6
Badge +16

Try setting it before on a  text variable 

Badge +6

Thank you Fernando, I did it but still I am getting the same outcome, is weird, this works with a list but not with my library.

Badge +10

Use a hyper link field type than a multi-line.

Set it like {URL} {Test to display} , remember leave a space between to two.

Userlevel 5
Badge +14

change datatype of a sharepoint field to number  and it should work.

see Oldest SharePoint trick in the book 

Badge +6

Thank you Marian, I did ti but when I hit the link cannot find the webpage.

Badge +6

I tried but I got the same issue, I am still testing all the possibilities. 

Userlevel 5
Badge +14

that just means you did not put whole string together  correctly.

eg. I think URL within href should be enclosed within apostrophes.

Badge +6

I did it

I created a calculate column called Request history and wrote the following string:

="<a href='[LogUrl]'> Click to see</a>"

LogUrl is a single line of text which is listing my reference Workflow Log URL.. I did it by using a Set field value.

Thank you.

Reply