Automation Anywhere File Trigger Failure

taka

New Member
I set a file trigger for my robot, but it does not function. Concretely speaking, if a person puts a file (any file) in the assigned folder, the robot is supposed to start working. However, the robot is not working. This happens frequently. For now, to fix it, restart PC is needed.
In case you know what is happening to my dear robot, please tell me how to fix the issue.
I'm using AA 10.5.0., also Event Watcher.
 

Knox777

New Member
Hi, I had similar issue. What I had used earlier is a trigger with 'when file modified'. It didn't work. So what I included is, in the code, once it runs the process, it'll delete the trigger file. And I changed trigger type to 'when file created'. So whenever the file is created, robot runs without any hassle and at the end of the run it deletes the file which is a trigger.
 
Top