AddAttachment
Add an Attachment to a SharePoint List item.
Input
Name | Type | Description |
File | String | The path of the local file to be added. |
List | String | The name of the List on the SharePoint server. |
ItemID | String | The Id of the item on the List to add attachments for. |
FileName | String | Name of the file to be uploaded. This will be used if content is not null. For example: test.csv |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |
URL | String | The URL of the newly created item. |