Cant indicate button in a popup dialog in excel

i’m trying to combine and transform data from various excel from one folder, everything is working fine untill this part :

i can’t seem to make the click action work in the combine button
image

it seems that it doesn’t detect anything in the popup dialog even though the indication is already right
image

also after that i need to choose the combine & transform part after i click the combine button
image

the automation process is stuck in that part when i try to run it, how do i solve this ?

@mdaffakhairy ,

Use another Use application/ browser activity inside your current activity and highlight the pop-up window thus time.

Inside this new use application browser, use Click activity.

Thanks,
Ashok :slightly_smiling_face:

Hi @mdaffakhairy

When you are indicating any UI element in the Popup window, change the UI Frameworks to AA in the selector option window you can see this window when you are indicating the UI element.

Change the UI Framework from Auto to AA then try to indicate.

You are indicating the dropdown UI element right then use the Select item activity and indicate the Combine UI element.

Hope it helps!!

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