AddAttachment
Adds an attachment into a sharepoint list.
Input
Name | Type | Description |
ListTitle | String | Title of the list item. |
ItemId | String | Id of the list item. |
FileName | String | The name of the file to be added to the document library |
InputFilePath | String | The location of the file to be attached. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |
RelativeUrl | String | The relative URL of the attachment that has been added. |