DownloadAttachment
Downloads an attachment from a table by providing the table name or ID (depending on the DisplayObjectIds connection property) and attachment ID.
Input
| Name | Type | Required | Description |
| SchemaIdentifier | String | False | The name or unique identifier of the schema or base that contains the target table. Supplying this value helps prevent ambiguity when working with multiple bases containing similarly named tables. |
| TableIdentifier | String | False | The name or unique identifier of the table where the attachment is stored. |
| AttachmentId | String | False | The unique identifier of the specific attachment to download. |
| LocalPath | String | False | The complete file path on the local system where the downloaded attachment will be stored. |
Result Set Columns
| Name | Type | Description |
| FileData | String | If both the local save path and output stream are not provided, the attachmentâs file data is returned encoded as a Base64 string for direct use or decoding. |
| Success | String | Indicates whether the attachment download finished successfully without errors. |
| Details | String | Provides detailed information about the download operation, such as progress notes, warnings, or error messages. |