This activity uploads list item attachments from a SharePoint Document Library, web, or local disk. The attachments multiline text field supports URLs and local disk paths. Both HTTP and HTTPS requests are supported.
SharePoint Workflow Designer Phrase
Upload this attachments to list item at this list item url.
Parameters
Parameter | Description |
this attachments | List of attachments. Each attachment can be a file path or a web link. Examples: http://mysharepoint/MyDocs/Shared%20Documents/MSOMS.pdf c:\publicfolder\report.pdf http://externalserver/report.pdf |
this list item URL | Optional. Full list item URL. If the list item URL is empty, attachments will be uploaded to the current item. Examples: http://mysharepoint/Lists/List%20with%20Approve/1_.000 http://mysharepoint/Lists/List%20with%20Approve/DispForm.aspx?ID=1 http://mysharepoint/Lists/List%20with%20Approve/EditForm.aspx?ID=1 |