DownloadFileFromSubForm
To Download a File from a SubForm.
Input
| Name | Type | Required | Description |
| ReportLinkName | String | True | Specify Report Link Name to upload the attachment. |
| RecordID | String | True | Specify Record Id to upload the attachment. |
| SubFormLinkName | String | True | subform-LinkName. |
| FieldLinkName | String | True | Specify Field Link Nameto upload the attachment. |
| SubFormRecordID | String | True | Specify Subform Record ID of the report to upload the attachment. |
| FilePath | String | False | Location where it needs to be downloaded |
| Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
| Name | Type | Description |
| FileData | String | If the FilePath and FileStream are not provided, this contains the content of the file. |
| Status | String | The status of the operation |