Add Dynamic Hyperlink To List Column By SharePoint Workflow
We Always come across in need to add a hyperlink which should be changing the link dynamically .For this , This post will be helpful...!
Step 1:
Add the column and select type as Hyperlink:
Step 2:
Then open SharePoint Designer and create the workflow for the associated list.
Step 3:
Add local variable as string in workflow.
Step 4:
Then Set Workflow variable… In that select the variable and select the link.
Step 5:
Then Update the list Column (Case Details) with this url variable ….
Step 6:
Then Save and publish the workflow. Now a dynamic link is created.




Comments
Post a Comment