How to create SharePoint linked folder by Fusion | Community
Skip to main content
sethuanand2626
Level 3
December 15, 2023
Question

How to create SharePoint linked folder by Fusion

  • December 15, 2023
  • 4 replies
  • 1108 views

I'm able to link manually SharePoint folder by clicking Add new --> SharePoint Graph API.

 

How to create SharePoint linked folder by Fusion?

4 replies

lgaertner
Level 9
December 15, 2023

Hi,

 

You will need to use the Workfront Custom API Call module and talk to the endpoint DOCFDR.

 

I can try to post an example later, but for AEM Assets as document provider.

 

 

Regards

Lars

sethuanand2626
Level 3
December 16, 2023

Hello Lars,

 

Can you please provide one example with SharePoint.

 

It will be useful.

 

Regards,

Sethu

JohnJOSullivan
Level 6
March 16, 2026

This is what we do as part of our “upload a document to Sharepoint module” in our Fusion automations. The folder name is taken from the file name, but has all “illegal” characters removed via a regex in a text parser: [\\\/\*:<>?|.]

If you would like, I could provide you the blueprint for our file upload to WF automation. As mentioned, I “modularized” it so I can slip it into current and future automations. It uploads the document to Sharepoint, grabs the Web URL so it can be used as part of our review process. Pretty handy and it’s nice to have.
 

 

 

KariB93WI
Level 2
May 17, 2024

Has anyone been able to use Fusion to create a SharePoint linked folder in Fusion?
@lgaertner , can you share the example?

JennySt5
Level 3
March 10, 2026

for people who are still interested in this, I was able to use this to create a link.

externalstorageid is driveid/items/folderid

and find documentProviderID by running a get request on a sharepoint link that already exists.

 

 

kautuk_sahni
Community Manager
Community Manager
March 16, 2026

@sethuanand2626 Following up to see if this has been resolved. If you’ve found the answer—whether through the suggestions here or through your own troubleshooting—feel free to post the solution so others can benefit. If any reply helped along the way, marking it as accepted ensures the most useful information is easy to find. Thanks for helping close the loop!

Kautuk Sahni