Hi everyone,
I’m using IBM RPA Studio version 30.0.0 and developing an automation in SAP.When I run the script directly from Studio, everything works correctly. However, when the same script is executed through a schedule, it fails with the following error: Error on SetForegroundWindow
Error on SetForegroundWindow
It seems that the bot is not able to focus on the required SAP window during scheduled execution, which causes the script to fail.
Does anyone know how to solve this problem?