DownloadNote
Downloads a note from the Attachables feature, allowing retrieval of stored text notes or comments that are tied to entities.
Input
| Name | Type | Accepts Output Streams | Description |
| AttachmentId | String | False | Specifies the unique identifier (Id) of the note attachment to download (for example, 5000000000000009867). This input is required. |
| DownloadFolder | String | False | Specifies the folder path where the downloaded note attachment file is saved. |
| FileStream | String | True | Specifies a stream object where the downloaded note-attachment data is written when the download folder is not provided. Use this input to handle the output programmatically instead of creating a file on disk. |
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. |