DownloadNote
Downloads a note from the Attachables feature, allowing retrieval of stored text notes or comments that are tied to entities.
Input
| Name | Type | Description |
| AttachmentId | String | Specifies the unique identifier (Id) of the note attachment to download (for example, 5000000000000009867). This input is required. |
| DownloadFolder | String | Specifies the folder path where the downloaded note attachment file is saved. |
Result Set Columns
| Name | Type | Description |
| FileName | String | Specifies the name of the downloaded note-attachment file. |
| Base64EncodedData | String | Specifies the Base64-encoded content of the note attachment file when neither the download folder nor the file stream is provided. |