Hello guys,
Now i am deloveloping a UiPath robot within powershell script which is used to format an excel file. For that, such statement “$xlApp = New-Object -ComObject Excel.Application” is taken in that script. but sometimes it failed due to the excel error ( Excel stopped working ) . and the robot will be pending on the invoke powershell script, how can i fix this issue? many thanks.