I have a flow that logs into our web site. When I run it by itself, it brings up the browser and logs in, with no issues. I can literally run this flow hundreds of times and it always works. However, if I call it from another flow (that needs to login), it always fails. As near as I can tell, it always fails at the same spot. It cannot find the initial Login button. Yet, standalone, with the same parameters passed by the calling flow, it always works. I'm stumped.
I figured I could create a subflow in my main flow, and copy/paste the entire login flow into the subflow, then just call the login subflow instead of the login external flow. At worst, it would give me a better chance to find out what the issue maybe since I can debug into the subflow but not the flow. However, my main goal is to have a (global) login flow that gets called from any flow that uses that web site.
Any words of advice? Anyone ever had a flow that worked by itself but not if called from another flow? Thanks!