Expand my Community achievements bar.

Join us LIVE in San Francisco on November 14th for Experience Makers The Skill Exchange. Don't miss out on this free learning event!
SOLVED

Use Fusion to retrieve a document folder URL

Avatar

Level 3

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... 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!

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

Rafal_Bainie_0-1697793388014.png

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=65...

 

hope this helps

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

Rafal_Bainie_0-1697793388014.png

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=65...

 

hope this helps