I need to check if excel is currently open and if true, end it.
I use get processes (output= “currentProcess”) to check all processes and then use an if activity with this condition:
Process.ToString.Contains(“EXCEL”)
Unfortunately, the condition is always false, even if an excel is open. Does anybody know what to do?