We have a Power Automate desktop flow that runs on schedule each morning.
Brief Context:
My flow uploads the file on the webpage; pressing the ADD button opens a new pop window where the flow is designed to enter the document metadata.
Current Situation:
The flow works perfectly fine in the Power Automate Desktop Edit mode (e.g. Launches Google Chrome Web Instance, Clicks on Add button, Pop window shows up, Add document metadata, saves, and closes).
However, when I run the flow on schedule, this fails with the following error: "Problem while executing action 'AttachToChromeByTitle'. Failed to assume control of Chrome (make sure the given title is valid). power automate desktop"
Configuration of my flow:
Overall:

Step1: click on Add button

Step 2: Attaching Popup window with the running instance

Step #3: Getting Webpage details

Last Step: Go to Pop-up Webpage:

My Flow fails at step #2. Do you know why my flows runs fine in the edit mode but fails on schedule?