In Power Automate Desktop, managing multiple instances of browser sessions is crucial when running flows that open apps repeatedly. To efficiently handle this issue, utilizing subflows is recommended, allowing for repeated executions with different input parameters like AppUrl. It’s vital to ensure the AppUrl is not empty at the start of the flow, which can be done through condition checks. If the AppUrl is set, use a "Launch new Browser" action to either attach to an existing browser session or open a new instance if none exists. Including error handling settings to continue operations and adding a wait time ensures the application starts correctly. An alternative approach involves closing existing browser sessions before launching new ones.
Login now to access my digest by 365.Training