Hi,
I have a workflow similar to what’s shown in Image 1. Occasionally, after invoking a VBA script and saving the file, a message box pops up (as shown in Image 2). This prevents the VBA activity from completing, causing the process to hang for hours unless I manually click “OK to All”.
To handle this, I tried using a Parallel activity to set a timeout. However, during testing, I noticed that the Check App State branch doesn’t run until the VBA invocation is completed—which only happens if I click “OK to All”.
Is there a way to force the timeout or handle the popup without waiting for the VBA to finish?