currently I am in a bit of a confusion. I have this Power Automate Desktop flow that is opening excel instance and running macro script from an action called "Run Excel macro"
Everything run well so far. However, the macro I use, return MsgBox and InputBox. This is where I got confused. the PowerAutomate Desktop, i noticed does not move to next step when MsgBox is showing. Therefore I cannot use "Wait for Window" or "Wait" action in PAD, since the step is not finished yet in Run Excel macro.
any way to mitigate this? From what I read, we can use parallel branch, but in the most recent update there is no action for this.. anyone got any suggestion?
PAD version is Version: 2.52.62.25009 Component: Designer
Here is some screenshot: