Follow these steps:
- Create a workflow to open the excel file using Excel Process Scope
- 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 toParallel
activity.
Like this.
- 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