The Get Files activity uses the the Oracle NetSuite Search API to get a list of (Files).
The activity will retrieve a list of files from a specific folder as a (DataTable) and the status of the activity (success/failure information) in a ResponseStatus
object (ResponseStatus). Both of these outputs can be used as input variables in subsequent activities (e.g., FileId from the FileID column in the (DataTable) in Download File and 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 Get Files activity inside the Oracle NetSuite Scope activity.
- Create and enter a
String
and aFolderId
variable for the Input properties. - Create and enter a
DataTable
and aFiles
variable for the Output properties. - Create and enter a
ResponseStatus
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 | Get Files |
Allowed values | Enter a |
Notes | N/A |
Input
FolderId
The maximum number of items you want returned.
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
Files
The DataTable to store the list of folders.
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a |
Notes | The variable you create for this property can be used as an input variable in subsequent activities (e.g., Download File, etc.). |
NetSuiteStatus
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