While opening the excel sheet in UiPath studio, it open up the popup message with buttons like Yes/No. How to handle the click activity on such Yes/No button. after clicking on such button, then only excel will allow to continue further.
The click activity is not working while used with Use Excel File activity, is it child of Excel Process Scope activity.
Also tried with Use Application activity but still no luck.
Attaching here the screen shot of popup message, where button action needs to be taken.
It would be great if you can suggest any solution on this.
Actually, the case here is that, once we open excel it always provides the dialog box to click on button and login, after that only it gives access to excel sheet. without login, excel does not allow us to proceed.
Actually, the case here is that, once we open excel it always provides the dialog box to click on button and login, after that only it gives access to excel sheet. without login, excel does not allow us to proceed
dear, I tried this solution, but did not work. the thing here is that, while opening the excel file, it always popup the button to login. once we click on login button then only excel allows us to continue further.
Thanks for reply. to do login step, when I use click activity at left side of parallel activity, it does not work and getting errored out. Please note that login steps needs to be performed in automated way not by user.
Can you show your the way you have tried…some screenshots would help…we had a similar scenario and this should be working unless there is somethign different that is done
The activity “Use Excel File” opens the below excel workbook and once excel is opened it opens up the dialog at same time(automatically) as shown below. (Note: whenever we open this excel sheet, it first opens the popup message to login and then only it allows to continue with excel sheet).