Hello Jarzzz,
I had a similar issue today and I solved by doing this:
- Open the file by using “Start Process” activity to execute Excel and pass the filePath
- Check for the popup element, if exists click (or send ESC) to close the popup
- Use excel application scope on the same filePath to attach the window already open.
Below the sequence added
Let me know if you need any help.