SharePoint Developer Center > SharePoint Products and Technologies Forums > SharePoint - Workflow > How to Populate the "Web Address" & "Description" fields separately
Ask a questionAsk a question
 

AnswerHow to Populate the "Web Address" & "Description" fields separately

  • Monday, November 02, 2009 10:50 PMStunpals Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I have created a workflow with SPD that takes the data typed by the staff and then populate a "Hyperlink or Picture" column. This is working fine except the variable populates both the "Web Address" & "Description" fields.

    How do I set the WF to populate each field separately?

    Details
    I ask staff to fill a field call Windows Logon.
    I then use this data to populate a field called Photo which uses an UNC in a variable + [Windows Logon]+.png to give the full path to their photos.


    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

Answers

  • Tuesday, November 03, 2009 5:17 PMClayton Cobb Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    You have to use the proper syntax to populate the description and web address separately.  I do this frequently by populating my Hyperlink fields with SPD workflows.  Off the top of my head, the syntax is something like <web address>, <description> (value then comma then space then value).
    SharePoint Architect || My Blog
    • Marked As Answer byStunpals Wednesday, November 04, 2009 6:06 PM
    •  

All Replies