Skip to main content
KayleeRichard
Adobe Champion and User Group Leader
Adobe Champion and User Group Leader
August 27, 2026
Question

Link to download document (Adobe Storage)

  • August 27, 2026
  • 2 replies
  • 23 views

Hi! I have an issue report and I am trying to surface the document link in text mode on the report. I was able to get that, but I would love if the link would download the document on click so users don't have to navigate to the document and then separately download. We are also on the new Adobe Unified Storage - any ideas? 

2 replies

ninoskuflic
Level 6
September 1, 2026

Hi ​@KayleeRichard, on document report, you should be able to access the downloadURL and on document version the externalDownloadURL. 

 

downloadURL will give you this:

 

You can then use the CONCAT expression to re-create the full instance URL such as https://YOUR_INSTANCE.my.workfront.adobe.com/internal/document/download?ID=699339e600c132fe0f321683cfbf5786. Clicking this will then trigger an automated file download. 🤗

If this solved your issue, please mark it as solved so others can find the solution faster.
ninoskuflic
Level 6
September 1, 2026

@KayleeRichard, and here’s the text mode for downloadURL:

 

linkedname=direct
namekey=downloadURL
querysort=downloadURL
valuefield=downloadURL
valueformat=HTML
displayname=Download URL

 

If this solved your issue, please mark it as solved so others can find the solution faster.