Is the scope of the Use Application/Browser activity is limited to the workflow, and it not recognize instances opened in other workflows?

In UiPath modern experience, I am using use application/browser activity in two different workflows for the same application with a different URL (one is for login and another for download report page )why is it opening two different instances? I want it to be in a single instance

@Narendranathan_V,

In first workflow make sure you set Close to Never

image

In second workflow configure it to Open Never.

image

This will ensure that you get the same application which is opened in first workflow.

Thanks,
Ashok :slight_smile:

2 Likes

You have to use a variable in the output of the first Use Application/Browser and then use the same variable in the input of the other Use Application/Browser activities - and pass it as an argument to the workflows

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.