List Folder
The List Folder component in Robbot RPA allows you to retrieve the list of folders within a specified folder. This component simplifies the process of obtaining folder information and provides a user-friendly interface for seamless integration into your workflows.
Parameters
Folder Path : Use this parameter to select the folder for which you want to retrieve the list of folders. By clicking the button, you can navigate through your system and choose the desired folder. Type : String
Result : The List Folder component returns the full path of the folders within the specified folder as an array of strings. Each string represents the full path of a folder. Type : Array[String]
Usage
To use the List Folder component in your Robbot RPA project, follow these steps:
Drag and drop the List Folder component into the sequence.
Configure the component by providing the necessary inputs:
Set the Folder Path parameter by clicking the button and selecting the folder for which you want to retrieve the list of folders. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to retrieve the list of folders within the specified folder.
Ensure that you have appropriate access permissions for the folder to be accessed. Take caution when selecting the folder to ensure that you choose the correct one.
By utilizing the Robbot RPA List Folder component, you can easily obtain the list of folders within a folder and perform further actions or operations on them, enhancing the automation capabilities of your Robbot RPA project.