**Issue with Workflow in UiPath: Browser Opens Twice**

Hi @Vhierdy_Hafidz , I believe you must be using modern activities. If you want to continue the same browser instance without having to create new instances please follow below steps:

  1. Create a Out direction argument of UiElement variable type in Login workflow and assign it to output element property field of use application activity.
  2. Create a In direction argument of UiElement variable type in dashboard workflow and assign it to input element property field of use application activity.
  3. Create a intermediate variable of UiElement variable type in main flow to pass the data between two flows.

Please refer to the screenshot attached.

Hope this helps! Happy automation!

1 Like