Hi ,
A file is placed in shared drive and bot should not repeatedly process the same file without moving ----------------
Thanks
Hi ,
A file is placed in shared drive and bot should not repeatedly process the same file without moving ----------------
Thanks
Hi @shubham2
You can maintain a Tracker file. It can keep track of the file being processed. Any file that is already processed can be marked as “Completed”. Implement an IF logic that will make sure the Bot does not process the file that is marked “Completed”.
If you can give further explanation to your use case, i can provide a better answer.
Hi @shubham2
You should do alternate approach after completing bot should move that in Archive folder. Just maintain an Archive folder move after completion.
Happy Automation