Open Close outlook

How can I close outlook and open it again with openerpa? Sometimes my outlook freezes so rap can’t make the mail status read. So I will add an closing and opening steps to my workflow before every status update.

There is no way to close outlook properly. But you could kill it using powershell.
Add “invoke code” and open the code editor, select powershell as langauge

Get-Process -Name outlook | Stop-Process -Force

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.