Skip to main content

Within a query list I assign a URL path from a list item to a text variable.  At the end of the SITE workflow I send an email that includes the variable.  However, it never includes .aspx at the end of the URL and in addition it appears to add zeros to the Item Id within the URL string.

I even tried Absolute URL, but same behavior no .aspx at the end of the URL...suggestions..thx

If you're goal is to put a link in the notification that opens that item for a person, you're going to need to construct the url.  If the workflow was running on the list, you'd have a "Context Item URL" that would give the link you're wanting.  But because this is at a site level, you're going to need to build it in the workflow.  


Reply