The Get Folders activity uses the the Oracle NetSuite Search API to get a list of (Folders).
The activity will retrieve a list of folders 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., FolderId from the FolderId column in the (DataTable) in Get Files and ResponseStatus in conditional logic).
How it works
The following steps are 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 Folders activity inside the Oracle NetSuite Scope activity.
- Create and enter a
DataTable
and aFolders
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 Folders |
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
Folders
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 |
Options
Limit
The maximum number of items you want returned.
Attributes | Details |
---|---|
Type |
|
Required | No |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
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