Hello
Does anyone have any idea how to check if Excel.exe is running or not in background using Uipath activities?
Hello
Does anyone have any idea how to check if Excel.exe is running or not in background using Uipath activities?
Hi,
You can use get all processes activity which gives an output of which all processes are running,
You can use this also
Process.GetProcessesByName(“Excel”). length
Thanks
Venky