Hi All,
I have about 15 different flows where the first step involves signing into a webpage before proceeding on running various other tasks. That login page was just redesigned and i've decided to take advantage of the Run Desktop Flow action instead of updating the individual flows.
My parent flow has the updated actions and elements for the new website, and I've created an output variable which i use the "Set Variable" to set to the browser instance variable generated when the chrome browser is open. In the child flow, I run the desktop flow, and set it to create a variable. However, when those subsequent actions need to click on the browser elements, I get the "Argument 'BrowserInstance' must be 'Web browser instance' error.
Can someone point me to what i'm doing wrong?