I have a customer using LF Cloud, with a business process that uses Workflow to find a document, creates the WebAccess URL and passes it back as a variable. The problem is the variable is not able to be used in any emails. If it's used to embed the document/WebAccess withinin the form, it will work, but any time you try to email the link it's getting corrupted by the system whether you embed it as a variable in the text body or use the "link" button in creating the email. This is both sending an email via user task or using an email task.
Example, just paste the variable and it shows up (looks) correctly in the email as https://app.laserfiche.com/laserfiche/?index.aspx?db=r-dc99e2be#id=12011;view=pages but when you hover over the link it's actually http://https://app.laserfiche.com/laserfiche/?index.aspx?db=r-dc99e2be#id=12011;view=pages and if you click the link it goes to https//app.laserfiche.com/laserfiche/?index.aspx?db=r-dc99e2be#id=12011;view=pages which is missing the colon. Add the colon in your browser and it works.
As a side note, sending an email from Workflow does send the link correctly, but we don't want to have to send two emails for a single user task. Any thoughts? Thanks, it seems more like a bug but maybe I'm missing something.