Workflow Soluiton

 View Only
  • 1.  merge variable into URL

    Posted May 20, 2009 05:36 PM
    I have an ID number stored in a process variable and I want the response email to give a link to the user that merges that ID into the URL.  How to I do this in teh Advanced Text creator?

    For example, the user enters in an ID such as '3486' and I store it in a variable called vID.  Then, in an email, I want to specify the rest of the URL (http://servername/page.aspx?ID=vID) and have the link presented to the user as:

    <a href="http://servername/page.aspx?ID=3486">Link to page</a>

    Thanks



  • 2.  RE: merge variable into URL
    Best Answer

    Posted May 20, 2009 06:48 PM
    Use a MergeText component to create your url and in your email, select Variable Web Link and drag the name of the MergeText you created. Click on the item and you can change the name of the link in the Link box. Hope this helps.


  • 3.  RE: merge variable into URL

    Posted May 21, 2009 01:11 PM
    great...that worked. thanks