List File
The List File component in Robbot RPA allows you to retrieve the list of files within a specified folder. This component simplifies the process of obtaining file 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 files. By clicking the button, you can navigate through your system and choose the desired folder. Type : String
Result : he List File component returns the full path of the files within the specified folder as an array of strings. Each string represents the full path of a file. Type : Array[String]
Usage
Robbot RPA - List File Component Description The List File component in Robbot RPA allows you to retrieve the list of files within a specified folder. This component simplifies the process of obtaining file information and provides a user-friendly interface for seamless integration into your workflows.
Parameters The List File component requires the following parameters:
File Path (Type: String): Use this parameter to select the folder for which you want to retrieve the list of files. By clicking the button, you can navigate through your system and choose the desired folder. Result The List File component returns the full path of the files within the specified folder as an array of strings. Each string represents the full path of a file.
Usage
To use the List File component in your Robbot RPA project, follow these steps:
Drag and drop the List File 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 files. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to retrieve the list of file 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 File component, you can easily obtain the list of files within a folder and perform further actions or operations on them, enhancing the automation capabilities of your Robbot RPA project.