- I am getting this error , please help.Kill process not working.
can you check the name of the outlook i think the name of the application is different
that why its throwing error
cheers
It’s case sensitive I believe
Try like this
Or
Open up task manager
Once it’s open, right the application on the ‘applications’ tab and click ‘go to process’. The image name that is highlighted is the name of the process. In the ‘kill process’ activity within UiPath, you can input this name (stop at the .exe part, you only want the name not the extension) as a string and it will kill the process. Killing a process will never show a pop-up box, it will just kill the application
Cheers @Ritaman_Baral
Could you send the screenshot of error that you are getting @Ritaman_Baral
No worries
-
Keep it as “OUTLOOK” itself
No .exe -
Then enable ContinueOnError property as true in KILL PROCESS
it will work
Reason is kill process works but not completely
Enabling that property would let u with next set of activities
Cheers @Ritaman_Baral
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.