Trouble figuring out how to tell UiPath to use the browser URL from the previous workflow

I am breaking down a large workflow into several smaller workflows (in a flowchart). The first workflow logs into a browser app. I would like the 2nd workflow to continue to take off from the point where the 1st workflow ends. I’m having trouble figuring out how to tell UiPath to use the browser URL from the previous workflow. I tried using * it did not help. I get an error of page not found. Any help is appreciated! thanks

have a look on e.g. open browser / Attach Browser Activity for the Browser variable

grafik

grafik

so we can output it e.g. from open browser and later using it on attach browser

this could be one of many options