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:
- Create a Out direction argument of UiElement variable type in Login workflow and assign it to output element property field of use application activity.
- Create a In direction argument of UiElement variable type in dashboard workflow and assign it to input element property field of use application activity.
- 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!
