DownloadAttachment
Download 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 ID of the schema/base that contains the table. This input can be optionally specified to avoid ambiguity. |
TableIdentifier | String | False | Specify the name or ID of the table where the attachment is located. |
AttachmentId | String | False | Specify the ID of the attachment that you want to download. |
LocalPath | String | False | The absolute location where the file will be saved. |
Result Set Columns
Name | Type | Description |
FileData | String | If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64. |
Success | String | Indicates whether or not the operation was successful. |
Details | String | Any extra details on the operation's execution. |