Add an attachment into a sharepoint list.
Input
| Name |
Type
|
Accepts Input Streams
|
Description
|
| ListTitle
|
String
|
False
|
Title of the list item.
|
| ItemId
|
String
|
False
|
Id of the list item.
|
| FileName
|
String
|
False
|
Name of the File to be added in document library
|
| InputFilePath
|
String
|
False
|
Location of the file to be attached.
|
| Content
|
String
|
True
|
The content as InputStream to be uploaded when InputFilePath is not specified.
|
Result Set Columns
| Name |
Type |
Description
|
| RelativeUrl
|
String
|
Relative URL of the attachment that has been added.
|
| Status
|
String
|
Message indicating whether the operation was successful or not.
|