How to delete a file when it appears from a folder

Hey guys,

Can you help me on this issue? I could use delay command but it is too slow as sometimes the file appears just in one second, and sometimes 10 seconds, therefore 15sec delay between commands would be time wasting.

Thank you for your help!

Hey @padaone

You can go through with this link:
https://www.uipath.com/activities-guide/file-change-trigger

By file change trigger activity you can monitor that particular folder and regarding delete you can use System->file->delete activity and pass it the path of that file.

Regards…!!
Aksh

2 Likes

Thanks you, works perfectly!:slight_smile: