Hi there!
I created an app and I would like my process to start when the user drops a file in a specific folder. Is there a way to do that?
Welcome to forums
Is the file you drop in a specific folder is on a local directory? Or you are using Gdrive / Outlook?
Thanks,
Srini
Thanks!!
It’s on a local directory.
Hi
Welcome to UiPath community
Hope the below steps would help u resolve this with
following approach:
- Use the “File Uploader” component to allow users to upload files to your app.
- Use the “Folder Watcher” component to monitor a specific folder for new files.
- When a new file is detected, use the “Start Job” action to trigger your UiPath process.
Here are the detailed steps to set up this workflow:
- Create a new UiPath Apps project and open UiPath Apps Studio.
- Drag and drop the “File Uploader” component onto your design canvas.
- Configure the “File Uploader” component by specifying the target folder where the uploaded files will be stored.
- Drag and drop the “Folder Watcher” component onto your design canvas.
- Configure the “Folder Watcher” component by specifying the folder to monitor and the type of files to watch for.
- Connect the “Folder Watcher” component to the “Start Job” action using the “On New File” trigger.
- Configure the “Start Job” action by specifying the Orchestrator URL, the process name, and the authentication credentials.
- Run your UiPath Apps project and test the workflow by uploading a file to the target folder.
Cheers @beatorres
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.