UploadAttachment
Upload an attachment to an attachment field by providing the record ID and attachment field name or id.
Input
| Name | Type | Required | Description |
| RecordId | String | True | The ID of the record where the attachment will be uploaded. |
| AttachmentFieldIdentifier | String | True | The name or ID of the attachment field that you will upload. |
| LocalPath | String | False | The absolute location of the file to be read from. |
| FileData | String | False | If the LocalPath and FileStream inputs are empty, file data needs to be input encoded in base64. |
| FileName | String | True | The name of the file that you will upload. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |