Excel Compatibility Checker Error

Hi,

UiPath is connected to Excel, however, when running the script, it prompts me with the following error, leading to a UiPath error of not being able to copy sheet. How do I go about this?

image
image

Thanks!

@Shannon_Quek

  1. You can disable the updating of links from excel settings so this pop up would not come
  2. You can try using a parallel activity for clicking on the required button when pop up comes

Add parallel activity and add click on this pop up on left and whole of your excel process on right

Cheers