The Download File activity uses the the Oracle NetSuite File API to Download a file (File) to a specific folder (LocalFolderPath).
After Downloading the file, the activity outputs the status of the Download (success/failure information) in a ResponseStatus
object (ResponseStatus). This output can be used as an input variable in subsequent activities (e.g., ResponseStatus in conditional logic).
How it works
The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Oracle NetSuite Scope activity to your project.
- Add the Download File activity inside the Oracle NetSuite Scope activity.
- Create and enter a
String
and aFileId
variable for the Input properties. - Create and enter a
String
and aFolder
variable for the Input properties. - Create and enter a
String
and aResponseStatus
variable for the Output properties.


Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
Common
DisplayName
The display name of the activity.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Download File |
Allowed values | Enter a |
Notes | N/A |
Input
FileId
The Id of the file you want to Download.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Folder
The full path to the folder to Download your file to.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Misc
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
Attributes | Details |
---|---|
Type | Checkbox |
Required | No |
Default value | Not Selected |
Allowed values | Selected or Not Selected |
Notes | N/A |
Output
ResponseStatus
The status of the request (success/failure information).
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a UiPath.BAF.Models.ResponseStatus |
Notes | The |
Example
The following image shows an example of the activity dependency relationship and input/output property values.
For step-by-step instructions and examples, see the Quickstart guide.
Updated 6 months ago