Excel Application Scope - pop window issue

Hey @yiyulong,
Your Problem Solved or not?
if not then you have to use Element Exist Activity and select that pop up area and that activity output store in one variable and check that variable have value or not if have value then Drag and drop click activity and that activity indicate the popup cancel button.
i hope that is work for you…

Regards,
Urvin

Hi,

I had kind of a trouble with this for a couple of hours trying different alternatives but here is the approach that worked for me, it is kind of the same to this but with one extra step which is extracting the excel app scope sequence as a workflow.
so the solution was:

  1. Use parallel activity with excel app scope as the first branch and every other click in other branches(generalize the selector to click multiple kinds popups with one branch if you can).

  2. Extract every sequence you have in branches as workflows, so all of your branches will contain an invoke workflow activity.

  3. Check the isolated property check box for all the branches other than the invoke of excel app scope.

Hope that’s gonna help someone.
Regards,
Reda

Hi all,
none of the above actually worked for me so I did a workaround using start process with parameters, element exists and then excel app scope.
Screenshot below.
Hope this helps!

Hi ,

Here is excel scope activity from Edp package.

Regards
Balamurugan.S

Hi,

I am trying to see if your solution works.

Can you please attach the print screen of the 3rd step?

Thank you.