when i run the bot through UiPath assistant power BI is opening as expected, but if i am doing through orchestrator power BI is not opening as expected
Hey,
Are you able to provide some more info here? What’s the error you’re seeing? If you’re using Studio 2023.4, a big benefit will be using Job Recording, which will hopefully give you significant insight into what’s happening.
Cheers,
Josh
Check the Robot Execution Settings in UiPath Orchestrator to ensure they are properly configured. Specifically, verify the following settings:
- Interactive Session: Ensure that the “Interactive” option is selected. This allows the automation to interact with the desktop, including launching applications like Power BI.
- Resolution: Set the resolution appropriately to match the environment in which the automation is running.
Thanks!!