DownloadFile
Downloads an attachment from a CRM record to local storage.
Input
| Name | Type | Description |
| ModuleName | String | The API name of the module containing the record with the attachment to download. |
| RecordID | String | The unique identifier of the record from which to download the attachment. |
| AttachmentID | String | The unique identifier of the attachment to download. |
| DownloadPath | String | The file system path where the downloaded attachment is saved. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the download operation was successful. |
| Content | String | The Base64-encoded content of the downloaded file, returned when the download path is not specified. |