How to close the popup in the excel

@anjani_priya,

Follow these steps:

  1. Create a workflow to open the excel file using Excel Process Scope
  2. From your Process.xaml or whichever workflow you want to work on the data Invoke this excel file opening workflow. Make sure you are check boxing Isolated property of Invoke Workflow. Move this Invoke workflow to Parallel activity.

Like this.

  1. In the same parallel activity add Use Application browser activity to handle the popup.

Try this and let me know in case of any issue.

Refer this thread also.

Thanks,
Ashok :slight_smile: