I've created a workflow using the publish item with link and it works great. However, when viewing the original item, the link in the column Published To is broken or rather incomplete if there's a space in the published list name. The same applies to the copied/published item in the field Published From if the source list has a space. The Published To/From link is hyperlinked up to the space which then breaks when clicked on and the rest is just txt. Looks like the spaces need to be replaced with %20.
Other then that it's really cool :)
Comments: ** Comment from web user: RyanLMiller **
Other then that it's really cool :)
Comments: ** Comment from web user: RyanLMiller **
I did know about that James. My code doesn't actually do anything to make these into hyperlinks. It just sticks the url into the field and relies on SP and the browser to render them as clickable links.
I can probably endcode & decode these entries to make it work. They would just display with the %20 in the url. The next time I'm tweaking the code, I'll test this out and put out an update if it works.