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
How to attach a Docusign document to a Sharepoint list item in Zapier
Best answer by Troy Tessalone
Hi
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}/...
- List attachments live in a hidden path:
- 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)
- Upload the DocuSign file to a SharePoint document library
- Capture the file URL
- 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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.




