shama93
November 26, 2024, 8:10am
1
Description
Hi,
I want to Monitor a directory for new files and trigger a process when a new file is added.
Here, I’m specifying about, when a new file is added to the folder, automatically it should start a process (such as moving or renaming the file).
When I manually run it it shows a print message, but how can I move or rename the newly added file.
TIA.
Shama
Link
Date
2024-11-25
Related UiPath products
Task Mining
Anil_G
(Anil Gorthi)
November 26, 2024, 8:15am
2
@shama93
Use move/rename file…when you add trigger few triggerarguments get created automatically which contains the filename details…use them
Cheers
shama93
November 26, 2024, 9:11am
3
Can you please elaborate… didn’t get you. I have used trigger scope activity to perform the task
SorenB
November 26, 2024, 9:32am
4
Hello @shama93
To my knowledge you need to use Integration Services in Orchestrator (Cloud) for this.
Here you could for example use an Integrator to Google Drive to monitor a folder for files .
Then you could create a trigger that uses this monitoring as an indication for when to run a robot.
Regards
Soren
shama93
November 26, 2024, 11:24am
7
@SorenB
I think @Anil_G solution works
Thanks for the effort
2 Likes
Anil_G
(Anil Gorthi)
November 26, 2024, 11:40am
8
@shama93
Glad it helped
Happy Automation
Feel free to close the thread if resolved else happy to help
Cheers