Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I want to set the fields in a Hyperlink column called (Dependencies) based on values of another fields in the same list.

I'm using a workflow like this created in SP Designer:


Stage 1


Set Workflow variable (URL) to value ( "http:www.example.com/[%Current Item: Title%].[%Current Item:Version%]." )


then Set field (Dependencies ) to value (URL)

Transition to Stage
Go to End of workflow

I published my workflow over the list and also I marked that be should be automatically started when an item is change or it's created , but nothing happens in Dependencies column. What am I doing wrong?
Posted
Updated 6-Apr-14 22:08pm
v3

1 solution

At the end I found the problem and my solution is :

Stage 1

Set Workflow variable (URL) to value (http:www.example.com/[%Current Item: Title%].[%Current Item:Version%])
Transition to Stage
Go to Stage2

Stage 2
then Set field (Dependencies ) to value (URL)

Transition to Stage
Go to End of workflow
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900