Create Folder
The Create Folder component in Robbot RPA allows you to easily create a new folder within a specified parent folder. This component is designed to simplify the process of folder creation and provides a user-friendly interface for seamless integration into your workflows.
Parameters
File Path : Use this parameter to select the parent folder where you want to create the new folder. By clicking the button, you can navigate through your system and choose the desired parent folder. Type : String
Folder Name : Enter the name of the folder you want to create. For example, if you want to create a folder named "example", enter "example" as the value for this parameter. Type : String
Result : The Create Folder component returns the full folder path as a string value. This path represents the location and name of the newly created folder. Type : String
Usage
To use the Create Folder component in your Robbot RPA project, follow these steps:
Drag and drop the Create 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 desired parent folder. Enter the desired Folder Name for the new folder. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to create the specified folder within the designated parent folder.
Ensure that you have appropriate access permissions for the parent folder to ensure successful folder creation. Take caution to avoid creating duplicate folders with the same name in the specified parent folder.
By utilizing the Robbot RPA Create Folder component, you can easily incorporate folder creation into your sequences, enhancing the automation capabilities of your Robbot RPA project.