Use Fusion to retrieve a document folder URL | Community
Skip to main content
Level 3
October 19, 2023
Solved

Use Fusion to retrieve a document folder URL

  • October 19, 2023
  • 1 reply
  • 1213 views

Hello

 

I know this can be done easily in the UI: https://experienceleague.adobe.com/docs/workfront/using/documents/manage-documents/copy-a-doc-folder-url.html?lang=en but my task is to use Fusion to read the URL of the folder and send an email with this link in it. 

 

Not sure how to get the folder ID to begin with...

 

Any help would be appreciated!

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rafal_Bainie

that's fairly easy to achieve, you just need to run Read record module on a document and get task and folder details, e.g.

once you have these 2 values is just a matter of composing the URL which follows this pattern:
https://[domain].my.workfront.com/task/6531962003d6a9f6130eabbb78f2bb43/documents?initialFolderID=6531962503d6b5de0822d568b76abe38

 

hope this helps

1 reply

Rafal_Bainie
Community Advisor
Rafal_BainieCommunity AdvisorAccepted solution
Community Advisor
October 20, 2023

that's fairly easy to achieve, you just need to run Read record module on a document and get task and folder details, e.g.

once you have these 2 values is just a matter of composing the URL which follows this pattern:
https://[domain].my.workfront.com/task/6531962003d6a9f6130eabbb78f2bb43/documents?initialFolderID=6531962503d6b5de0822d568b76abe38

 

hope this helps

ibmfurAuthor
Level 3
October 20, 2023

Great stuff. Thanks for pointing it out @rafal_bainie