Skip to main content
Best answer

How to attach a Docusign document to a Sharepoint list item in Zapier

  • April 7, 2026
  • 5 replies
  • 32 views

In my current Zap, I have a completed Docusign envelope creating a Sharepoint list item. I need to also attach that same document to the list item I created. There is no action available to do this. The only option is to upload the file to a Sharepoint library. Why can’t I upload the file to the list that the Zap just created?

Best answer by Troy Tessalone

Hi ​@allenlov 

Help link for using files in Zaps: https://help.zapier.com/hc/en-us/articles/8496288813453-Send-files-in-Zaps

 

SharePoint treats:

  • Document Libraries = file-first
  • Lists = record-first (attachments are secondary and hidden)

Zapier aligns with the simpler, file-first model.

 

Why you can’t attach directly to a SharePoint list item

  • SharePoint lists store attachments differently than document libraries
    • List attachments live in a hidden path:
      /Lists/{ListName}/Attachments/{ItemID}/...
  • The Zapier SharePoint app does not expose an “Add attachment to list item” action
  • Zapier only supports:
    • Create/Update list item
    • Upload file to document library
  • Microsoft’s API for list attachments is more complex and not fully wrapped by Zapier

 

Option: Upload to library + link it (recommended)

  1. Upload the DocuSign file to a SharePoint document library
  2. Capture the file URL
  3. Save that URL in a column on the list item (e.g., “Document Link”)

Why this is best:

  • Works 100% with native Zapier actions
  • Scales better than list attachments
  • Easier to manage/search later

5 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • April 7, 2026

Hi ​@allenlov 

Help link for using files in Zaps: https://help.zapier.com/hc/en-us/articles/8496288813453-Send-files-in-Zaps

 

SharePoint treats:

  • Document Libraries = file-first
  • Lists = record-first (attachments are secondary and hidden)

Zapier aligns with the simpler, file-first model.

 

Why you can’t attach directly to a SharePoint list item

  • SharePoint lists store attachments differently than document libraries
    • List attachments live in a hidden path:
      /Lists/{ListName}/Attachments/{ItemID}/...
  • The Zapier SharePoint app does not expose an “Add attachment to list item” action
  • Zapier only supports:
    • Create/Update list item
    • Upload file to document library
  • Microsoft’s API for list attachments is more complex and not fully wrapped by Zapier

 

Option: Upload to library + link it (recommended)

  1. Upload the DocuSign file to a SharePoint document library
  2. Capture the file URL
  3. Save that URL in a column on the list item (e.g., “Document Link”)

Why this is best:

  • Works 100% with native Zapier actions
  • Scales better than list attachments
  • Easier to manage/search later

Forum|alt.badge.img+3
  • Zapier Solution Partner
  • April 8, 2026

Hi ​@allenlov 

Here are the official documentation resources to help set up Troy's recommended solution (Upload to Document Library + Link):

1. Microsoft SharePoint App Overview

Documentation: Zapier Help Center - Microsoft SharePoint 

Key actions you'll use:

  • Upload File - Uploads a file to a document library

  • Create List Item - Creates a new item in a list

  • Update List Item - Updates an existing list item

Important Limitations to Know:

  • The Upload File action supports a maximum file size of 100 MB 

  • The Create List Item and Update List Item actions do not support writing to URL/Hyperlink column types (Graph API limitation) . Use a plain text column instead for storing the file link.

2. DocuSign + SharePoint Pre-built Template

Documentation: Zapier - DocuSign to SharePoint Integration 

Template available: "Upload files to Microsoft SharePoint whenever envelopes are updated in DocuSign"

This template shows the exact trigger-action pair you need:

  • Trigger: DocuSign - Envelope Status Updated (when completed)

  • Action: SharePoint - Upload File (to document library)

Hope this helps you get it sorted! And let me know how it goes — happy to dig deeper if needed!

If you're still stuck, I offer a free 20-min Zapier troubleshooting call. Book it through my Zapier Directory profile — it's listed under Resources on the left side: https://zapier.com/partnerdirectory/automatemybiz!-->


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • April 13, 2026

Hey there ​@allenlov 👋 How did it go with the approach Troy suggested, were you able to get the file links added to the list items?

Let us know if you're still running into trouble! 🙂


  • Author
  • Beginner
  • April 13, 2026

Hi. I used the Sharepoint upload file tool and included a hyperlink of the file location to the sharepoint list item. I would still very much like the ability to attach the file directly so hopefully that will be on a future enhancement. 


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • April 14, 2026

Glad to hear that approach allowed you to at least add a link to the file ​@allenlov 😁 

I checked and couldn’t see any existing feature requests for the ability to attach a file to a list item, so I’d recommend reaching out to our Support team here to get one added.