Download Attachment
Download an attachment from a Salesforce record.
Input
Field | Definition | Type | Required |
---|---|---|---|
Attachment | |||
ID | Salesforce ID for the attachment to download.
For example, |
String | FALSE |
A file must be at least 1 byte in size, but cannot be larger than 2 GB. See Workflows system limits.
Output
The download behavior for the attachment will be dependent on your File Upload and Download Security settings within Salesforce.
Field | Definition | Type |
---|---|---|
File | ||
Size | Size of the file you downloaded. | Number |
File Content | File that you downloaded. | File |
Name | Name of the file you downloaded. | String |
Extension | File format (for example,.html or .http ). |
String |