Wait File
The Wait File component in Robbot RPA allows you to wait for a file to appear in a specified folder. This component simplifies the process of waiting for a file and provides a user-friendly interface for seamless integration into your workflows.
Parameters
File Path : Click the button to select the file for which you want to wait. Type : String
Timeout : Specify the timeout duration in seconds. The component will wait for the file to appear in the folder for the specified duration. If the file does not appear within the timeout period, the component will exit and return a status indicating failure. Type : Integer
Result : The Wait File component returns the status of the operation as a boolean value. It indicates whether the file appeared within the specified timeout period (true) or if the timeout occurred before the file appeared (false). Type : Boolean
Usage
To use the Wait File component in your Robbot RPA project, follow these steps:
Drag and drop the Wait File component into the sequence.
Configure the component by providing the necessary inputs:
Set the File Path parameter by clicking the button and selecting the file for which you want to wait. Set the Timeout parameter by specifying the timeout duration in seconds. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to start waiting for the file to appear in the specified folder.
Ensure that you have appropriate access permissions for the folder and file you are waiting for. Take caution when specifying the timeout duration to ensure it is sufficient for the file to appear.
By utilizing the Robbot RPA Wait File component, you can automate processes that require waiting for specific files to be available before proceeding further within your Robbot RPA project.