I’m trying to handle this pop up by clicking on the ‘Don’t Update’ button. I was previously using the 2018 version and had recently upgraded to 2021.10.3. In the older version, I could achieve this by simply using a parallel activity, but this does not seem to work here. Given below is a screenshot of the flow I had tried to resolve this issue.
I tried that out as well. But the issue I’m facing in that case is that, the bot does not execute anything within the Application Scope. It just halts it’s execution at that point.
For example, the log message ‘Before Read’ is not being logged.
If your excel file is static, means that you are using the same excel file each time, then I think that one solution would be to configure your excel file in order to not ask you that message
To suppress the message and to automatically update the links when you open a workbook in Excel, follow these steps:
1. Select File > Options > Advanced.
2. Under General, click to clear the Ask to update automatic links check box.
you need to use parallel with "isolated property in order to open a separate thread to handle the popup, otherwise it wont work, because that popup is like a message box in uipath - it pauses execution until you press it manually