UploadFile
Uploads any file
Input
| Name | Type | Required | Description |
| ReportLinkName | String | True | Specify Report Link Nameto upload the attachment. |
| RecordID | String | True | Specify Record Id to upload the attachment. |
| FieldLinkName | String | True | Specify Field Link Name of the report to upload the attachment. |
| FilePath | String | False | Specify the location of the attachment to upload. |
| FileName | String | False | Specify the file name with the extension in case of Content is provided |
Result Set Columns
| Name | Type | Description |
| FileName | String | The name of the file. |
| FilePath | String | The file path. |
| Message | String | The status message of the operation. |