Unable to click on 'Don't Update' on Excel Pop Up

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

use my snippet

steps

  1. open handle popup in process -main xaml
  2. drag your sequence here
  3. open this sequence
  4. update this selector to that of your “Dont update links” button
    image
2 Likes